This is not a finished product, this is a work in progress
The idea behind dynamic programming is quite simple. In general, to solve a given problem, we need to solve different parts of the problem (subproblems), then combine the solutions of the subproblems to reach an overall solution.
Resource: http://en.wikipedia.org/wiki/Dynamic_programming
The idea behind dynamic programming is quite simple. In general, to solve a given problem, we need to solve different parts of the problem (subproblems), then combine the solutions of the subproblems to reach an overall solution.
Resource: http://en.wikipedia.org/wiki/Dynamic_programming
No comments:
Post a Comment