Files
hello-algo/ru/docs/chapter_greedy/index.md
krahets 37523d4ceb build
2026-03-29 02:26:00 +08:00

23 lines
1004 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
comments: true
icon: material/head-heart-outline
---
# Глава 15.   Жадность
![Жадность](../assets/covers/chapter_greedy.jpg){ class="cover-image" }
!!! abstract
Подсолнух поворачивается к солнцу, постоянно стремясь к наилучшим условиям для роста.
Жадная стратегия через цепочку простых выборов постепенно приводит к наилучшему ответу.
## Содержание главы
- [15.1   Жадный алгоритм](greedy_algorithm.md)
- [15.2   Задача о дробном рюкзаке](fractional_knapsack_problem.md)
- [15.3   Задача о максимальной вместимости](max_capacity_problem.md)
- [15.4   Задача о максимальном произведении разбиения](max_product_cutting_problem.md)
- [15.5   Резюме](summary.md)