trie
trie copied to clipboard
how do I prune the search in a trie ?
suppose I want to iterate over all elements, unless they go through a node that has a certain value. Can this be done in your library ?