mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-11 05:26:42 +08:00
build
This commit is contained in:
24
ja/docs/chapter_dynamic_programming/index.md
Normal file
24
ja/docs/chapter_dynamic_programming/index.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
comments: true
|
||||
icon: material/table-pivot
|
||||
---
|
||||
|
||||
# 第 14 章 動的プログラミング
|
||||
|
||||
{ class="cover-image" }
|
||||
|
||||
!!! abstract
|
||||
|
||||
川が流れて海に注ぐように、
|
||||
|
||||
動的プログラミングは小さな問題の解を織り合わせて、より大きな問題の解へと導きます。一歩一歩進んで、最終的な答えが待つ彼岸へと向かいます。
|
||||
|
||||
## 章の内容
|
||||
|
||||
- [14.1 動的プログラミング入門](intro_to_dynamic_programming.md)
|
||||
- [14.2 DP問題の特性](dp_problem_features.md)
|
||||
- [14.3 DP問題解決アプローチ](dp_solution_pipeline.md)
|
||||
- [14.4 0-1ナップサック問題](knapsack_problem.md)
|
||||
- [14.5 無制限ナップサック問題](unbounded_knapsack_problem.md)
|
||||
- [14.6 編集距離問題](edit_distance_problem.md)
|
||||
- [14.7 まとめ](summary.md)
|
||||
Reference in New Issue
Block a user