mirror of
https://github.com/krahets/hello-algo.git
synced 2026-06-28 08:34:28 +00:00
934 B
934 B
comments, icon
| comments | icon |
|---|---|
| true | material/table-pivot |
Chapter 14. Dynamic Programming
!!! abstract
Streams flow into rivers, rivers flow into the sea.
Dynamic programming combines solutions to small problems into the answer to a large problem, leading us step by step to the other shore of problem-solving.
