Files
hello-algo/en/docs/chapter_greedy/index.md
krahets 9d21ca86b0 build
2026-04-03 18:46:15 +08:00

23 lines
684 B
Markdown

---
comments: true
icon: material/head-heart-outline
---
# Chapter 15.   Greedy
![Greedy](../assets/covers/chapter_greedy.jpg){ class="cover-image" }
!!! abstract
Sunflowers turn toward the sun, always seeking the fullest growth possible.
Through successive simple choices, greedy strategies gradually lead to the optimal solution.
## Chapter contents
- [15.1   Greedy Algorithm](greedy_algorithm.md)
- [15.2   Fractional Knapsack Problem](fractional_knapsack_problem.md)
- [15.3   Maximum Capacity Problem](max_capacity_problem.md)
- [15.4   Maximum Product Cutting Problem](max_product_cutting_problem.md)
- [15.5   Summary](summary.md)