Skip to content

Commit 3ea3c46

Browse files
authored
Update 动态规划详解进阶.md
1 parent e03e02d commit 3ea3c46

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dynamic_programming/动态规划详解进阶.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ If you don't know much about dynamic programming, you can still see it here, and
327327
328328
329329
330-
** 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".
330+
**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".
331331
332332
333333
@@ -340,5 +340,6 @@ Memo, DP table is in the pursuit of "how to intelligently exhaustive."With the i
340340
341341
342342
**work to make the algorithm clear! Welcome to pay attention to my WeChat public number labuladong, see more easy-to-understand articles ** :
343+
Translator: Jian Ma
343344
344-
![labuladong](../pictures/labuladong.png)
345+
Author: labuladong

0 commit comments

Comments
 (0)