mirror of
https://github.com/krahets/hello-algo.git
synced 2026-06-28 00:24:21 +00:00
45e1295241
* Review the English version using Claude-4.5. * Update mkdocs.yml * Align the section titles. * Bug fixes
10 lines
325 B
Markdown
10 lines
325 B
Markdown
# Dynamic programming
|
|
|
|

|
|
|
|
!!! 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.
|