Advertisement Remove all ads
Advertisement Remove all ads
Advertisement Remove all ads
Short Note
What do you understand by Dynamic programming?
Advertisement Remove all ads
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.
Concept: Dynamic Programming
Is there an error in this question or solution?