hello-algo/chapter_greedy/index.md
2023-08-03 04:37:52 +08:00

28 lines
877 B
Markdown

---
comments: true
icon: material/head-heart-outline
status: new
---
# 15.   贪心
<div class="center-table" markdown>
![贪心](../assets/covers/chapter_greedy.jpg){ width="600" }
</div>
!!! abstract
向日葵朝着太阳转动,时刻都在追求自身成长的最大可能。
这便是贪心的智慧,一种简单且高效的问题求解策略。
## 本章内容
- [15.1 &nbsp; 贪心算法](https://www.hello-algo.com/chapter_greedy/greedy_algorithm/)
- [15.2 &nbsp; 分数背包问题](https://www.hello-algo.com/chapter_greedy/fractional_knapsack_problem/)
- [15.3 &nbsp; 最大容量问题](https://www.hello-algo.com/chapter_greedy/max_capacity_problem/)
- [15.4 &nbsp; 最大切分乘积问题](https://www.hello-algo.com/chapter_greedy/max_product_cutting_problem/)
- [15.5 &nbsp; 小结](https://www.hello-algo.com/chapter_greedy/summary/)