Add the section of max product cutting problem. (#642)

This commit is contained in:
Yudong Jin
2023-07-21 21:56:14 +08:00
committed by GitHub
parent ca5bde2b6c
commit 075c3abf88
10 changed files with 263 additions and 0 deletions

View File

@ -271,6 +271,8 @@ nav:
- 15.2.   分数背包问题: chapter_greedy/fractional_knapsack_problem.md
# [status: new]
- 15.3.   最大容量问题: chapter_greedy/max_capacity_problem.md
# [status: new]
- 15.4.   最大切分乘积问题: chapter_greedy/max_product_cutting_problem.md
- 16.   附录:
# [icon: material/help-circle-outline]
- chapter_appendix/index.md