Skip to content

Tags: shivamMg/trie

Tags

v0.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for Trie.Walk() and Node.SetValue() (#4)

* udpate: add support for SelectOnValue, find item in the tree based on Value, using eval function

* update: renaming, cleaning tests

* update: renaming, SelectOnValue -> Walk, implement with childrenDLL to avoid non deterministic sort.

* Add support for Trie.Walk() and Node.SetValue()

* Fix err on Windows + Fix docs

---------

Co-authored-by: tophe <cvigny@artprice.com>
Co-authored-by: Shivam Mamgain <smamgain@microsoft.com>

v0.0.0

Minor fixes