Imports

Chapter 14 — Dynamic Programming

This is the canonical CLRS fourth-edition chapter guide during the migration period.

Current source

Sections 14.1–14.5 are native fourth-edition sections that complete the algorithm boundary on top of the legacy recurrence sources:

Declarations keep their legacy CLRS.Chapter15 namespaces; the third-edition-numbered imports CLRSLean.Chapter_15 and CLRSLean.Chapter_15.Section_15_* forward to these sources during the compatibility period.

Coverage boundary

The native sections close the §14.1–14.5 boundary. An explicit RAM execution cost semantics (as opposed to the step-count and table bounds) remains a future implementation-level target.

See docs/clrs-fourth-edition-map.csv for the section-level mapping and docs/migrations/clrs4.md for compatibility and deprecation policy.