From f45f84774286fadbf9a202c903e51dd919a440a4 Mon Sep 17 00:00:00 2001 From: Phoenix Xie Date: Sun, 9 Mar 2025 09:35:04 +1100 Subject: [PATCH] translation: Update chatpter_dynamic_programming / index.md (#1668) * translation: Update chatpter_dynamic_programming / index.md * Update index.md --- en/docs/chapter_dynamic_programming/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.