From 3ea3c46f77214cca994e8482d277f3aa33e31464 Mon Sep 17 00:00:00 2001 From: AsForMe <46488565+AsForMe@users.noreply.github.com> Date: Sat, 14 Mar 2020 00:38:32 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E5=8A=A8=E6=80=81=E8=A7=84=E5=88=92?= =?UTF-8?q?=E8=AF=A6=E8=A7=A3=E8=BF=9B=E9=98=B6.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dynamic_programming/动态规划详解进阶.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dynamic_programming/动态规划详解进阶.md b/dynamic_programming/动态规划详解进阶.md index 0117b64..cda487f 100644 --- a/dynamic_programming/动态规划详解进阶.md +++ b/dynamic_programming/动态规划详解进阶.md @@ -327,7 +327,7 @@ If you don't know much about dynamic programming, you can still see it here, and -** there is nothing magical about a computer solving a problem. Its only solution is to exhaust all possibilities. Algorithm design is nothing more than thinking "how to exhaustive" first, and then pursuing "how to exhaustive intelligently". +**there is nothing magical about a computer solving a problem. Its only solution is to exhaust all possibilities.** Algorithm design is nothing more than thinking "how to exhaustive" first, and then pursuing "how to exhaustive intelligently". @@ -340,5 +340,6 @@ Memo, DP table is in the pursuit of "how to intelligently exhaustive."With the i **work to make the algorithm clear! Welcome to pay attention to my WeChat public number labuladong, see more easy-to-understand articles ** : +Translator: Jian Ma -![labuladong](../pictures/labuladong.png) +Author: labuladong