Posted inComputer Science DSA Dynamic Programming
Concept of Dynamic Programming
What is dynamic programming. Dynamic programming approach is similar to divide and conquer in breaking down the problem into smaller and yet smaller possible sub-problems. But unlike divide and conquer,…