Skip to content

Commit a51eeda

Browse files
authored
Update dp.md
Add more problem links
1 parent a8f002f commit a51eeda

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

basic_algorithm/dp.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,3 +727,10 @@ Backpack & Coin Change (10%)
727727
- [ ] [coin-change](https://leetcode-cn.com/problems/coin-change/)
728728
- [ ] [backpack](https://www.lintcode.com/problem/backpack/description)
729729
- [ ] [backpack-ii](https://www.lintcode.com/problem/backpack-ii/description)
730+
731+
Others
732+
- [ ] [maximum-product-subarray](https://leetcode-cn.com/problems/maximum-product-subarray/)
733+
- [ ] [decode-ways](https://leetcode-cn.com/problems/decode-ways/)
734+
- [ ] [best-time-to-buy-and-sell-stock-with-cooldown](https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-with-cooldown/)
735+
- [ ] [word-break-ii](https://leetcode-cn.com/problems/word-break-ii/)
736+
- [ ] [burst-balloons](https://leetcode-cn.com/problems/burst-balloons/)

0 commit comments

Comments
 (0)