mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-23 09:42:28 +08:00
10 lines
310 B
Markdown
10 lines
310 B
Markdown
# Dynamic programming
|
|
|
|

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