This commit is contained in:
krahets
2025-10-17 05:33:23 +08:00
parent 9278f3c659
commit 68bb9afb16
113 changed files with 35936 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
---
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)