what is Dynamic Programming Algorithm

by gowtham 2010-02-05 19:09:20

In a nutshell, the concept of dynamic programming means that we break the large problem into incremental sub-problems, where each sub-problem can be solved and the solution is optimal. As a result, by using a formula you can generate the final solution without being required to alter the previously solved sub-problems or re-calculating some parts of the algorithm.

Tagged in:

888
like
0
dislike
0
mail
flag

You must LOGIN to add comments