Skip to content

Tags: shivamMg/trie

Tags

v0.0.1

Toggle v0.0.1's commit message

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 <[email protected]>
Co-authored-by: Shivam Mamgain <[email protected]>

v0.0.0

Toggle v0.0.0's commit message
Minor fixes