File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,17 @@ This repository contains LeetCode resources which are useful during interview pr
5858-  [ Coursera - Algorithms, Part 2] ( https://www.coursera.org/learn/algorithms-part2 ) 
5959
6060## Must-Do Problems (Topic Wise)  
61-  -  Work in progress. Will publish soon.
61+ ### Tries  
62+  -  [ Implement Trie (Prefix Tree)] ( https://leetcode.com/problems/implement-trie-prefix-tree/description/ ) 
63+  -  [ Longest Common Prefix] ( https://leetcode.com/problems/longest-common-prefix/description/ ) 
64+  -  [ Search Suggestions System] ( https://leetcode.com/problems/search-suggestions-system/description/ ) 
65+  -  [ Longest Word in Dictionary] ( https://leetcode.com/problems/longest-word-in-dictionary/description/ ) 
66+  -  [ Top K Frequent Words] ( https://leetcode.com/problems/top-k-frequent-words/description/ ) 
67+  -  [ Design Add and Search Words Data Structure] ( https://leetcode.com/problems/design-add-and-search-words-data-structure/description/ ) 
68+  -  [ Implement Magic Dictionary] ( https://leetcode.com/problems/implement-magic-dictionary/description/ ) 
69+  -  [ Replace Words] ( https://leetcode.com/problems/replace-words/description/ ) 
70+  -  [ Word Search II] ( https://leetcode.com/problems/word-search-ii/description/ ) 
71+  -  [ Stream of Characters] ( https://leetcode.com/problems/stream-of-characters/description/ ) 
6272
6373
6474Your contributions are most welcome!
                         You can’t perform that action at this time. 
           
                  
0 commit comments