Skip to content

Commit 3765fdd

Browse files
authored
Add Trie Problems
1 parent fdd2a7a commit 3765fdd

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff 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

6474
Your contributions are most welcome!

0 commit comments

Comments
 (0)