mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-13 15:56:05 +00:00
23 lines
698 B
Markdown
23 lines
698 B
Markdown
---
|
|
comments: true
|
|
icon: material/head-heart-outline
|
|
---
|
|
|
|
# Chapter 15. Greedy
|
|
|
|
{ class="cover-image" }
|
|
|
|
!!! abstract
|
|
|
|
Sunflowers turn toward the sun, constantly pursuing the maximum potential for their own growth.
|
|
|
|
Through rounds of simple choices, greedy strategies gradually lead to the best answer.
|
|
|
|
## 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)
|