Trie Trees

Home > Computer Science > Algorithms and data structures > Tree Algorithms > Trie Trees

A specialized tree structure used for efficient storage and retrieval of strings, such as for automatic spelling correction or autocompletion.