Files
hello-algo/en/docs/chapter_dynamic_programming/index.md
T
krahets 9d21ca86b0 build
2026-04-03 18:46:15 +08:00

934 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