What is dynamic programming?

Answer:

Answer

Dynamic programming is a technique for solving problem and come up an algorithm. Dynamic programming divide the problem into subparts and then solve the subparts and use the solutions of the subparts to come to a solution.The main difference b/w dynamic programming and divide and conquer design technique is that the partial solutions are stored in dynamic programming but are not stored and used in divide and conquer technique.

First answer by ID3410942384. Last edit by ID3410942384. Question popularity: 21 [recommend question].