mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-11 19:30:59 +00:00
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:
+6
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user