mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 04:33:42 +08:00
contents: make the Partition Equal Subset Sum link both (#246)
"Partition Equal Subset Sum" and "0/1 Knapsack" Closes #234
This commit is contained in:

committed by
GitHub

parent
0d192ba60e
commit
36a2ec2c0a
@ -16,7 +16,7 @@ Sometimes you do not need to store the whole DP table in memory, the last two va
|
|||||||
|
|
||||||
## Recommended LeetCode questions
|
## Recommended LeetCode questions
|
||||||
|
|
||||||
- 0/1 Knapsack or [Partition Equal Subset Sum](https://leetcode.com/problems/partition-equal-subset-sum/)
|
- [0/1 Knapsack or Partition Equal Subset Sum](https://leetcode.com/problems/partition-equal-subset-sum/)
|
||||||
- [Climbing Stairs](https://leetcode.com/problems/climbing-stairs/)
|
- [Climbing Stairs](https://leetcode.com/problems/climbing-stairs/)
|
||||||
- [Coin Change](https://leetcode.com/problems/coin-change/)
|
- [Coin Change](https://leetcode.com/problems/coin-change/)
|
||||||
- [Longest Increasing Subsequence](https://leetcode.com/problems/longest-increasing-subsequence/)
|
- [Longest Increasing Subsequence](https://leetcode.com/problems/longest-increasing-subsequence/)
|
||||||
|
Reference in New Issue
Block a user