Files
hello-algo/en/docs/chapter_dynamic_programming/index.md
krahets 3c9d5689c4 build
2025-12-31 19:37:45 +08:00

931 B

comments, icon
comments icon
true material/table-pivot

Chapter 14.   Dynamic Programming

Dynamic programming{ class="cover-image" }

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

Chapter contents