trie
trie copied to clipboard
STL Compatible TRIE data structure implementation
Results
2
trie issues
Sort by
recently updated
recently updated
newest added
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 ?
I think it would be great to have some beautiful way to construct a trie with only key but not value. Like what STL does, we have std::set, which is...