add the section of dp solution pipeline (#588)

This commit is contained in:
Yudong Jin
2023-07-09 02:43:00 +08:00
committed by GitHub
parent cddddb8b8b
commit d6cc92614c
21 changed files with 526 additions and 1 deletions

View File

@@ -216,7 +216,8 @@ 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
- 13.3.   DP 解题思路New: chapter_dynamic_programming/dp_solution_pipeline.md
- 13.4.   0-1 背包问题New: chapter_dynamic_programming/knapsack_problem.md
- 14.     附录:
- 14.1.   编程环境安装: chapter_appendix/installation.md
- 14.2.   一起参与创作: chapter_appendix/contribution.md