Trie Problems

No.TitleSolutionTagsDifficulty
0208Implement Trie (Prefix Tree) LeetCode 0208 Design, Trie, Hash Table, StringMedium
0677Map Sum Pairs LeetCode 0677 Design, Trie, Hash Table, StringMedium
0648Replace Words LeetCode XXXX Trie, Array, Hash Table, StringMedium
0642Design Search Autocomplete System LeetCode XXXX Design, Trie, String, Data StreamHard
0211Design Add and Search Words Data Structure LeetCode XXXX Depth-First Search, Design, Trie, StringMedium
0421Maximum XOR of Two Numbers in an Array LeetCode XXXX Bit Manipulation, Trie, Array, Hash TableMedium
0212Word Search II LeetCode 0212 Trie, Array, String, Backtracking, MatrixHard
0425Word Squares LeetCode XXXX Trie, Array, String, BacktrackingHard
0336Palindrome Pairs LeetCode XXXX Trie, Array, Hash Table, StringHard
1023Camelcase Matching LeetCode XXXX Trie, Two Pointers, String, String MatchingMedium
0676Implement Magic Dictionary LeetCode XXXX Design, Trie, Hash Table, StringMedium
0440K-th Smallest in Lexicographical OrderTrieHard