Files
hello-algo/en/docs/chapter_dynamic_programming/index.md
T
krahets 2b8612bc41 build
2026-07-19 03:42:10 +08:00

974 B

comments, icon
comments icon
true material/table-pivot

Chapter 14.   Dynamic Programming

Dynamic programming{ class="cover-image" }

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

Chapter contents