Files
hello-algo/en/docs/chapter_dynamic_programming/index.md
T
Yudong Jin 45e1295241 Revisit the English version (#1835)
* Review the English version using Claude-4.5.

* Update mkdocs.yml

* Align the section titles.

* Bug fixes
2025-12-30 17:54:01 +08:00

10 lines
325 B
Markdown

# Dynamic programming
![Dynamic programming](../assets/covers/chapter_dynamic_programming.jpg)
!!! abstract
Streams converge into rivers, rivers converge into the sea.
Dynamic programming gathers solutions to small problems into answers to large problems, step by step guiding us to the shore of problem-solving.