2023-07-20 18:24:25 +08:00
|
|
|
---
|
|
|
|
comments: true
|
|
|
|
icon: material/head-heart-outline
|
|
|
|
status: new
|
|
|
|
---
|
|
|
|
|
|
|
|
# 15. 贪心
|
|
|
|
|
|
|
|
<div class="center-table" markdown>
|
|
|
|
|
2023-07-29 04:48:28 +08:00
|
|
|
![贪心](../assets/covers/chapter_greedy.jpg){ width="600" }
|
2023-07-20 18:24:25 +08:00
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
## 本章内容
|
|
|
|
|
|
|
|
- [15.1 贪心算法](https://www.hello-algo.com/chapter_greedy/greedy_algorithm/)
|
|
|
|
- [15.2 分数背包问题](https://www.hello-algo.com/chapter_greedy/fractional_knapsack_problem/)
|
2023-07-21 15:14:40 +08:00
|
|
|
- [15.3 最大容量问题](https://www.hello-algo.com/chapter_greedy/max_capacity_problem/)
|
2023-07-21 21:53:04 +08:00
|
|
|
- [15.4 最大切分乘积问题](https://www.hello-algo.com/chapter_greedy/max_product_cutting_problem/)
|
2023-07-21 22:50:29 +08:00
|
|
|
- [15.5 小结](https://www.hello-algo.com/chapter_greedy/summary/)
|