feat: add the section of the introduction to dynamic programming (#571)

* add the section of the introduction to
dynamic programming

* add a code comments.
This commit is contained in:
Yudong Jin
2023-06-30 04:31:43 +08:00
committed by GitHub
parent 4722e7bca7
commit 3f03663d2e
28 changed files with 1268 additions and 4 deletions
+6 -3
View File
@@ -212,8 +212,11 @@ nav:
- 12.3.   子集和问题(New: chapter_backtracking/subset_sum_problem.md
- 12.4.   N 皇后问题: chapter_backtracking/n_queens_problem.md
- 12.5.   小结: chapter_backtracking/summary.md
- 13.     附录:
- 13.1.   编程环境安装: chapter_appendix/installation.md
- 13.2.   一起参与创作: chapter_appendix/contribution.md
- 13.     动态规划:
- chapter_dynamic_programming/index.md
- 13.1.   初识动态规划: chapter_dynamic_programming/intro_to_dynamic_programming.md
- 14.     附录:
- 14.1.   编程环境安装: chapter_appendix/installation.md
- 14.2.   一起参与创作: chapter_appendix/contribution.md
- 参考文献:
- chapter_reference/index.md