Skip to content

Commit 2ab9169

Browse files
Sean PrashadSean Prashad
Sean Prashad
authored and
Sean Prashad
committed
Move Partition to K Equal Sum Subsets to Backtracking
1 parent f841e20 commit 2ab9169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ The backtracking technique can be found under `10. Subsets` [here].
113113
1. Generate Parentheses: https://leetcode.com/problems/generate-parentheses/
114114
1. Target Sum: https://leetcode.com/problems/target-sum/
115115
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/
116117
1. Letter Combinations of a Phone Number: https://leetcode.com/problems/letter-combinations-of-a-phone-number/
117118
1. Generalized Abbreviation: https://leetcode.com/problems/generalized-abbreviation/
118119

@@ -149,7 +150,6 @@ YouTube channel].
149150
1. Palindromic Substrings: https://leetcode.com/problems/palindromic-substrings/
150151
1. Number of Longest Increasing Subsequence: https://leetcode.com/problems/number-of-longest-increasing-subsequence/
151152
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/
153153
1. Best Time to Buy and Sell Stock with Cooldown: https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-cooldown/
154154
1. Counting Bits: https://leetcode.com/problems/counting-bits/
155155

0 commit comments

Comments
 (0)