This commit is contained in:
youngyangyang04
2021-09-05 23:19:48 +08:00
parent b880bac080
commit b2c6d5078a
31 changed files with 1336 additions and 80 deletions

View File

@@ -39,6 +39,11 @@
## 思路
如果对背包问题不都熟悉先看这两篇:
* [动态规划关于01背包问题你该了解这些](https://programmercarl.com/背包理论基础01背包-1.html)
* [动态规划关于01背包问题你该了解这些滚动数组](https://programmercarl.com/背包理论基础01背包-2.html)
这道题目,还是比较难的,也有点像程序员自己给自己出个脑筋急转弯,程序员何苦为难程序员呢哈哈。
来说题,本题不少同学会认为是多重背包,一些题解也是这么写的。