Add the initial translation of chapter "dynamic programming" (#1319)

This commit is contained in:
Yudong Jin
2024-05-01 05:57:15 +08:00
committed by GitHub
parent 3eb929ca6d
commit baf30b1c92
100 changed files with 930 additions and 0 deletions
@@ -0,0 +1,9 @@
# Dynamic programming
![Dynamic programming](../assets/covers/chapter_dynamic_programming.jpg)
!!! abstract
Streams merge into rivers, and rivers merge into the sea.
Dynamic programming combines the solutions of small problems to solve bigger problems, step by step leading us to the solution.