|
Claw
1.7.3
|
A trie structure. More...
Go to the source code of this file.
Classes | |
| class | claw::trie< T, Comp > |
| This class is a trie tree. More... | |
| struct | claw::trie< T, Comp >::trie_node |
| Node of our trie. Left subtree will be other suggestions for the current position, right subtree will be following items for the word seen from the root to here. | |
Namespaces | |
| namespace | claw |
| This is the main namespace. | |
A trie structure.
Definition in file trie.hpp.
1.8.1.2