0
18kviews
Explain the advantages of dynamic programming . How it differs from divide and conquer

Subject: Analysis Of Algorithm

Topic: Dynamic Programming

Difficulty: High

1 Answer
0
434views

Dynamic Programming* In computer science, mathematics, management science, economics and bioinformatics, dynamic programming (also known as dynamic optimization) is a method for solving a complex problem by breaking it down into a collection of simpler subproblems, solving each of those subproblems just once, and storing their solutions. The next …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.