标签:point char seq func function edit mina perm use
Main Point: Dynamic Programming = Divide + Remember + Guess
1. Divide
the key is to find the subproblem
2. Remember
use a data structure to write down what has been done
3. Guess
when don‘t know what to do, just guess what next step can be
Problems:
Reference:
1. https://people.cs.clemson.edu/~bcdean/dp_practice/
2. http://blog.gainlo.co/index.php/2015/10/22/a-step-by-step-guide-to-dynamic-programming/
标签:point char seq func function edit mina perm use
原文地址:http://www.cnblogs.com/wang-kai/p/7151298.html