Add the section of knapsack problem. (#580)

This commit is contained in:
Yudong Jin
2023-07-06 00:06:14 +08:00
committed by GitHub
parent 470bc10a74
commit 55d8b710fa
26 changed files with 493 additions and 0 deletions

View File

@@ -216,6 +216,7 @@ nav:
- chapter_dynamic_programming/index.md
- 13.1.   初探动态规划New: chapter_dynamic_programming/intro_to_dynamic_programming.md
- 13.2.   DP 问题特性New: chapter_dynamic_programming/dp_problem_features.md
- 13.3.   0-1 背包问题New: chapter_dynamic_programming/knapsack_problem.md
- 14.     附录:
- 14.1.   编程环境安装: chapter_appendix/installation.md
- 14.2.   一起参与创作: chapter_appendix/contribution.md