dsjslib icon indicating copy to clipboard operation
dsjslib copied to clipboard

TernarySearchTrie().delete has bugs.

Open ghost opened this issue 10 years ago • 0 comments

You forgot it is not a binary-search-trie, the leftmost child of the right trie, suc, may have two children (suc.e and suc.g).

https://github.com/monmohan/dsjslib/blob/master/lib/TernarySearchTrie.js#L89-L100

ghost avatar Feb 27 '15 17:02 ghost