0
3.5kviews
Dynamic Programming Approach:
1 Answer
0
32views

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, these sub- problems are not solved independently. Rather, results of these smaller sub-problems are remembered and used for similar or overlapping sub-problems.

Dynamic programming …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.