interview 2021 > tries > Flashcards
runtime
O(k)
k = length of string
what is a trie
A trie is a tree structure, where each edge represents one
character, and the root represents the null string.