Week 6 Discussion Forum

Dynamic programming

Dynamic programming

by Mizanur Rahman 192-15-2788 -
Number of replies: 0

Dynamic Programming (DP) is an algorithmic technique for solving an optimization problem by breaking it down into simpler subproblems and utilizing the fact that the optimal solution to the overall problem depends upon the optimal solution to its subproblems

39 words