This commit is contained in:
krahets
2025-12-31 19:37:45 +08:00
parent 29ec0c699d
commit 3c9d5689c4
279 changed files with 40895 additions and 16087 deletions
+6 -6
View File
@@ -9,14 +9,14 @@ icon: material/head-heart-outline
!!! abstract
Sunflowers turn towards the sun, always seeking the greatest possible growth for themselves.
Sunflowers turn toward the sun, constantly pursuing the maximum potential for their own growth.
Greedy strategy guides to the best answer step by step through rounds of simple choices.
Through rounds of simple choices, greedy strategies gradually lead to the best answer.
## Chapter contents
- [15.1   Greedy algorithms](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.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)