mirror of
https://github.com/krahets/hello-algo.git
synced 2026-02-03 02:43:41 +08:00
Add the chapter of greedy. (#633)
Add the section of fractional knapsack.
This commit is contained in:
13
mkdocs.yml
13
mkdocs.yml
@@ -262,10 +262,17 @@ nav:
|
||||
- 14.6. 编辑距离问题: chapter_dynamic_programming/edit_distance_problem.md
|
||||
# [status: new]
|
||||
- 14.7. 小结: chapter_dynamic_programming/summary.md
|
||||
- 15. 附录:
|
||||
- 15. 贪心:
|
||||
# [icon: material/head-heart-outline, status: new]
|
||||
- chapter_greedy/index.md
|
||||
# [status: new]
|
||||
- 15.1. 贪心算法: chapter_greedy/greedy_algorithm.md
|
||||
# [status: new]
|
||||
- 15.2. 分数背包问题: chapter_greedy/fractional_knapsack_problem.md
|
||||
- 16. 附录:
|
||||
# [icon: material/help-circle-outline]
|
||||
- chapter_appendix/index.md
|
||||
- 15.1. 编程环境安装: chapter_appendix/installation.md
|
||||
- 15.2. 一起参与创作: chapter_appendix/contribution.md
|
||||
- 16.1. 编程环境安装: chapter_appendix/installation.md
|
||||
- 16.2. 一起参与创作: chapter_appendix/contribution.md
|
||||
- 参考文献:
|
||||
- chapter_reference/index.md
|
||||
|
||||
Reference in New Issue
Block a user