Why do we use dynamic programming?
Answers
Answered by
0
Answer:
hope this will helps you !
Explanation:
dynamic programming is used where we have problems ,which can be divided into sub- problems , so that their result can be re-used . Mostly , these algorithms are used for Optimization . before solving the in hands sub-problems. dynamic algorithm will try to examine the result of the previously solved sub -problems .
Similar questions