diff --git a/en/docs/chapter_dynamic_programming/index.md b/en/docs/chapter_dynamic_programming/index.md index 1d87fc288..f949566f1 100644 --- a/en/docs/chapter_dynamic_programming/index.md +++ b/en/docs/chapter_dynamic_programming/index.md @@ -6,4 +6,4 @@ Streams merge into rivers, and rivers merge into the sea. - Dynamic programming combines the solutions of small problems to solve bigger problems, step by step leading us to the solution. + Dynamic programming weaves smaller problems’ solutions into larger ones, guiding us step by step toward the far shore—where the ultimate answer awaits.