mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-27 15:16:29 +08:00
19 lines
413 B
Markdown
19 lines
413 B
Markdown
|
---
|
||
|
comments: true
|
||
|
icon: material/head-heart-outline
|
||
|
status: new
|
||
|
---
|
||
|
|
||
|
# 15. 贪心
|
||
|
|
||
|
<div class="center-table" markdown>
|
||
|
|
||
|
![贪心](../assets/covers/chapter_greedy.jpg){ width="70%" }
|
||
|
|
||
|
</div>
|
||
|
|
||
|
## 本章内容
|
||
|
|
||
|
- [15.1 贪心算法](https://www.hello-algo.com/chapter_greedy/greedy_algorithm/)
|
||
|
- [15.2 分数背包问题](https://www.hello-algo.com/chapter_greedy/fractional_knapsack_problem/)
|