This commit is contained in:
krahets
2023-07-20 18:24:25 +08:00
parent dc1f3da606
commit f4b32349c0
7 changed files with 482 additions and 18 deletions
+18
View File
@@ -0,0 +1,18 @@
---
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 &nbsp; 贪心算法](https://www.hello-algo.com/chapter_greedy/greedy_algorithm/)
- [15.2 &nbsp; 分数背包问题](https://www.hello-algo.com/chapter_greedy/fractional_knapsack_problem/)