File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ The backtracking technique can be found under `10. Subsets` [here].
113
113
1 . Generate Parentheses: https://leetcode.com/problems/generate-parentheses/
114
114
1 . Target Sum: https://leetcode.com/problems/target-sum/
115
115
1 . Palindrome Partitioning: https://leetcode.com/problems/palindrome-partitioning/
116
+ 1 . Partition to K Equal Sum Subsets: https://leetcode.com/problems/partition-to-k-equal-sum-subsets/
116
117
1 . Letter Combinations of a Phone Number: https://leetcode.com/problems/letter-combinations-of-a-phone-number/
117
118
1 . Generalized Abbreviation: https://leetcode.com/problems/generalized-abbreviation/
118
119
@@ -149,7 +150,6 @@ YouTube channel].
149
150
1 . Palindromic Substrings: https://leetcode.com/problems/palindromic-substrings/
150
151
1 . Number of Longest Increasing Subsequence: https://leetcode.com/problems/number-of-longest-increasing-subsequence/
151
152
1 . Partition Equal Subset Sum: https://leetcode.com/problems/partition-equal-subset-sum/
152
- 1 . Partition to K Equal Sum Subsets: https://leetcode.com/problems/partition-to-k-equal-sum-subsets/
153
153
1 . Best Time to Buy and Sell Stock with Cooldown: https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-cooldown/
154
154
1 . Counting Bits: https://leetcode.com/problems/counting-bits/
155
155
You can’t perform that action at this time.
0 commit comments