Add the chapter of greedy. (#633)

Add the section of fractional knapsack.
This commit is contained in:
Yudong Jin
2023-07-20 18:26:54 +08:00
committed by GitHub
parent c54536d1a1
commit 2b7d7aa827
20 changed files with 633 additions and 4 deletions

View File

@@ -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