Add the section of unbounded knapsack problem.

This commit is contained in:
krahets
2023-07-11 19:22:41 +08:00
parent ad0fd45cfb
commit 1c02859b13
36 changed files with 1143 additions and 1 deletions
+1
View File
@@ -218,6 +218,7 @@ nav:
- 13.2.   DP 问题特性(New: chapter_dynamic_programming/dp_problem_features.md
- 13.3.   DP 解题思路(New: chapter_dynamic_programming/dp_solution_pipeline.md
- 13.4.   0-1 背包问题(New: chapter_dynamic_programming/knapsack_problem.md
- 13.5.   完全背包问题(New: chapter_dynamic_programming/unbounded_knapsack_problem.md
- 14.     附录:
- 14.1.   编程环境安装: chapter_appendix/installation.md
- 14.2.   一起参与创作: chapter_appendix/contribution.md