File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,24 @@ Awesome LeetCode resources to learn Data Structures and Algorithms (DSA) and pre
108
108
- [ Binary Tree Cameras] ( https://leetcode.com/problems/binary-tree-cameras/description/ )
109
109
- [ Binary Tree Maximum Path Sum] ( https://leetcode.com/problems/binary-tree-maximum-path-sum/description/ )
110
110
- [ Maximum Sum BST in Binary Tree] ( https://leetcode.com/problems/maximum-sum-bst-in-binary-tree/description/ )
111
+ ### Stacks
112
+ ### Queues
113
+ ### Hash Tables
114
+ ### Priority Queues
115
+ ### Backtracking
116
+ - [ Permutations] ( https://leetcode.com/problems/permutations/description/ )
117
+ - [ Subsets] ( https://leetcode.com/problems/subsets/description/ )
118
+ - [ Generate Parentheses] ( https://leetcode.com/problems/generate-parentheses/description/ )
119
+ - [ Combination Sum] ( https://leetcode.com/problems/combination-sum/description/ )
120
+ - [ Palindrome Partitioning] ( https://leetcode.com/problems/palindrome-partitioning/description/ )
121
+ - [ Letter Combinations of a Phone Number] ( https://leetcode.com/problems/letter-combinations-of-a-phone-number/description/ )
122
+ - [ Unique Binary Search Trees II] ( https://leetcode.com/problems/unique-binary-search-trees-ii/description/ )
123
+ - [ Partition to K Equal Sum Subsets] ( https://leetcode.com/problems/partition-to-k-equal-sum-subsets/description/ )
124
+ - [ N-Queens II] ( https://leetcode.com/problems/n-queens-ii/description/ )
125
+ - [ Sudoku Solver] ( https://leetcode.com/problems/sudoku-solver/description/ )
126
+ ### Graphs
127
+ ### Binary Search
128
+ ### Dynamic Programming
111
129
### Tries
112
130
- [ Implement Trie (Prefix Tree)] ( https://leetcode.com/problems/implement-trie-prefix-tree/description/ )
113
131
- [ Longest Common Prefix] ( https://leetcode.com/problems/longest-common-prefix/description/ )
You can’t perform that action at this time.
0 commit comments