C-trie

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]
  • v
  • t
  • e
Tree data structures
Search trees
(dynamic sets/associative arrays)
HeapsTries
Spatial data partitioning treesOther trees


Stub icon

This algorithms or data structures-related article is a stub. You can help Wikipedia by expanding it.

  • v
  • t
  • e