mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-22 08:17:15 +00:00
build
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
---
|
||||
comments: true
|
||||
icon: material/head-heart-outline
|
||||
---
|
||||
|
||||
# 第 15 章 貪欲法
|
||||
|
||||
{ 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)
|
||||
Reference in New Issue
Block a user