Update 动态规划详解进阶.md

This commit is contained in:
AsForMe
2020-03-14 00:38:32 +08:00
committed by GitHub
parent e03e02d71c
commit 3ea3c46f77

View File

@ -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