Trie

Home > Computer Science > Algorithms and data structures > String algorithms > Trie

Trie is a tree-based data structure used to store and search strings. Tries can be used for prefix matching, auto-completion, and other string-related applications.