Expand description
Dynamic trie in contrast to classic trie does not have fixed size alphabet associated with node.
Each node has dynamic alphabet of size as to satisfy exactly associated branches.
Structs§
- Trie
- Retrieval tree implementation allowing for mapping any
T
to anyimpl Iterator<Item = char>
type.