Update the summary of the chapter DP.

This commit is contained in:
krahets
2023-07-14 03:08:08 +08:00
parent bbf8aa2019
commit b2b2fa335c
2 changed files with 9 additions and 16 deletions

View File

@ -209,7 +209,7 @@ nav:
- chapter_backtracking/index.md
- 12.1.   回溯算法: chapter_backtracking/backtracking_algorithm.md
- 12.2.   全排列问题: chapter_backtracking/permutations_problem.md
- 12.3.   子集和问题New: chapter_backtracking/subset_sum_problem.md
- 12.3.   子集和问题: chapter_backtracking/subset_sum_problem.md
- 12.4.   N 皇后问题: chapter_backtracking/n_queens_problem.md
- 12.5.   小结: chapter_backtracking/summary.md
- 13.     动态规划:
@ -220,6 +220,7 @@ nav:
- 13.4.   0-1 背包问题New: chapter_dynamic_programming/knapsack_problem.md
- 13.5.   完全背包问题New: chapter_dynamic_programming/unbounded_knapsack_problem.md
- 13.6.   编辑距离问题New: chapter_dynamic_programming/edit_distance_problem.md
- 13.7.   小结New: chapter_dynamic_programming/summary.md
- 14.     附录:
- 14.1.   编程环境安装: chapter_appendix/installation.md
- 14.2.   一起参与创作: chapter_appendix/contribution.md