Tags: shivamMg/trie
Tags
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>