From Wikipedia, the free encyclopedia
Not to be confused with
Ctrie.
A C-trie is a compressed trie data structure. It achieves lower memory and query time requirements at the expense of reduced flexibility.
References[]
- Maly, K. Compressed tries. Commun. ACM 19, 7, 409–415. [1]
Categories:
- Trees (data structures)
- Algorithms and data structures stubs