Trie (Prefix Tree)

Home > Computer Science > Algorithms and data structures > Tree Algorithms > Trie (Prefix Tree)

A tree structure commonly used to store strings, where each node corresponds to a letter, and the path from root to node represents a word.