mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-01 03:24:24 +08:00
Add the section of max product cutting problem. (#642)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user