Trie Trees

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

A tree data structure that represents a collection of strings, with each node representing a common prefix among a group of strings.