answersLogoWhite

0

What is dynamic programming?

Updated: 12/17/2022
User Avatar

Wiki User

βˆ™ 16y ago

Best 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.

User Avatar

Wiki User

βˆ™ 16y ago
This answer is:
User Avatar
More answers
User Avatar

Aanya Verma

Lvl 6
βˆ™ 1y ago

Dynamic Programming is a crucial concept in programming. Dynamic programming is a technique that divides a problem into smaller ones and saves the answer for later time without having to recalculate it. The optimal substructure property refers to the optimization of the subproblems in order to maximize the overall solution. Dynamic programming is mainly used to address optimization issues. In this context, optimization challenges refer to situations where we are attempting to determine the minimal or maximum solution to a problem. If a solution does exist, dynamic programming ensures that the best solution will be found.

According to the definition of dynamic programming, it is a method for solving complex problems by first decomposing them into a number of simpler subproblems, solving each subproblem only once, and then storing the answers to prevent having to perform the same calculations repeatedly.

Now, let's see how the dynamic programming approach works. Following are the steps included in dynamic programming:

It breaks down complicated problems into smaller subproblems.

Then, it determines the best solution for each of these smaller subproblems.

It stores the output of the subproblems (memoization). Memorization is the process of storing the answers to the subproblems.

It makes use of them again so that the identical sub-problem can be calculated more than once.

Calculate the outcome of the complex problem last.

Remember, you can apply Dynamic Programming to a specific type of problemβ€”the subproblems with overlapping solutions and the optimal substructures.

Here, the term "optimal substructure" refers to the fact that optimization issues can be solved by merely integrating the best solutions to all their subproblems.

Dynamic programming would result in a higher space complexity because the intermediate outputs would need to be stored but have a lower time complexity.

There are two types of approaches that you can use in dynamic programming:

Top-down approach,

Bottom-up approach.

The top-down approach of dynamic programming uses the memoization technique, but the bottom-up approach uses the tabulation technique.

Here, memoization is the addition of caching and recursion. Caching involves saving the interim results, whereas recursion is the process of calling a method by itself.

The bottom-up method uses the tabulation technique to implement dynamic programming. It eliminates the recursion while still solving the same kind of issues. If we remove the recursion, the problem with stack overflow and the overhead of the recursive functions go away. We solve the problems and input the solutions into a matrix with this tabulation technique.

You can use the bottom-up approach in case you want to avoid recursion. The bottom-up approach also helps in saving memory.

A bottom-up algorithm begins at the beginning, whereas a recursive algorithm begins at the end and goes backward. In the bottom-up method, we start with the base case and work our way up to the solution.

I hope this answer addresses all your queries. Happy Coding!!

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is dynamic programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between static and dynamic programming?

in static programming properties, methods and object have to be declared first, while in dynamic programming they can be created at runtime. This is usually due to the fact that the dynamic programming language is an interpreted language.


Is quick sort is an example of dynamic programming algorithm?

quick sort is a divide and conquer method , it is not dynamic programming


What has the author Ronald A Howard written?

Ronald A. Howard has written: 'Dynamic Probabilistic Systems, Volume II' 'Dynamic programming and Markov processes' -- subject(s): Dynamic programming, Markov processes


What has the author Sven Dano written?

Sven Danoe has written: 'Nonlinear and dynamic programming'


What are the positives of dynamic programming?

There are several positives of dynamic programming. Dynamic programming allows a person to develop sub solutions for a large program. Having sub solutions makes it easier to maintain use of a program. Sub solutions also make it easier to debug a program.


Difference between greedy algorithm and dynamic programming?

the basic difference between them is that in greedy algorithm only one decision sequence is ever generated. where as in dynamic programming many decision sequences are generated.


What is the difference between backtracking and dynamic programming?

The only difference between dynamic programming and back tracking is DP allows overlapping of sub problems. (fib(n) = fib(n-1)+ fib (n-2)).


What is difference between linear and dynamic programming?

Dynamic programming (DP) has been used to solve a wide range of optimizationproblemsWhen solving a problem using linear programming, specific inequalities involving the inputs are found and then an attempt is made to maximize (or minimize) some linear function of the inputs.


What is Dynamic Polymorphism?

Dynamic polymorphism is a programming method that makes objects with the same name behave differently in different situations. This type of programming is used to allow Java Scripts to run while playing a game on the computer, for example.


Advantages of dynamic programming?

Dynamic programming enables you to develop sub solutions of a large program.the sub solutions are easier to maintain use and debug.And they possess overlapping also that means we can reuse them.these sub solutions are optimal solutions for the problem


What are the two applications of dynamic programming?

1)Multistage graph 2)Travelling salesman problem


What has the author Tung Liang written?

Tung Liang has written: 'A dynamic water and related land resource planning model, its application to an Hawaiian water system' -- subject(s): Data processing, Mathematical models, Water resources development 'Dynamic programming optimization' -- subject(s): Distribution, Dynamic programming, Mathematical models, Water