Published onJune 23, 2022[LeetCode 211] Design Add and Search Words Data StructureTrieDesign a data structure that supports adding new words and finding if a string matches any previously added string.
Published onJune 22, 2022[LeetCode 208] Implement Trie (Prefix Tree)TrieA trie (pronounced as "try") or **prefix tree** is a tree data structure used to efficiently store and retrieve keys in a dataset of strings.