Advertisements
Advertisements
Question
What do you understand by Dynamic programming?
Short Note
Solution
Dynamic programming is an algorithmic design method that can be used when the solution to a problem can be viewed as the result of a sequence of decisions. The dynamic programming approach is similar to divide and conquer. The given problem is divided into smaller and yet smaller possible subproblems.
shaalaa.com
Dynamic Programming
Is there an error in this question or solution?