|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Trie (prefix tree) implementation. More...
#include <tpl_tree_node.H>#include <tpl_dynArray.H>#include <tpl_dynList.H>#include <tpl_arrayStack.H>#include <ah-errors.H>Go to the source code of this file.
Classes | |
| class | Aleph::Cnode |
| Prefix tree (Trie) node for storing character sequences. More... | |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
Trie (prefix tree) implementation.
Efficient string prefix search structure for autocomplete, dictionary lookup, and prefix matching.
Definition in file prefix-tree.H.