Week 7 Discussion Forum

Why do we use dynamic programming?

Why do we use dynamic programming?

by Masud Parvez Pyiash 192-15-2827 -
Number of replies: 0

Dynamic programming is used where we have problems, which can be divided into similar sub-problems, so that their results can be re-used. Mostly, these algorithms are used for optimization. Before solving the in-hand sub-problem, dynamic algorithm will try to examine the results of the previously solved sub-problems.

47 words