IntermediateVocabulary#backend#developer-tools#architecture

Trie Vocabulary

Build fluency in the vocabulary of a tree sharing one path per character among common prefixes.

0 / 5 completed
1 / 5
At standup, a dev mentions a tree where each edge represents one character, so every string sharing the same prefix shares the same path down from the root, making prefix lookup fast without scanning every stored string. What is this data structure called?