Basic Trie

Home > Computer Science > Algorithms and data structures > Tries > Basic Trie

A basic Trie is a tree-like data structure that is used to store a collection of strings. It is also known as a prefix tree, and is optimized for searching and storing word lists.