Science, asked by hydenpaulhyden7040, 1 year ago

What is dynamic programming in operation research and why do we use dyanamic programming?

Answers

Answered by Anonymous
0
Dynamic Programming is a way to solve problems which exhibit a specific structure (optimal sub structure) where a problem can be broken down into sub problems which are similar to original problem. Clearly one can invoke recursion to solve a DP. But it is not necessary. One can solve a DP without recursion.
Answered by shaiksalman580
0
Methodforproblem solvingused in math andcomputer sciencein which large problems are broken down into smaller problems. Through solving theindividualsmaller problems, thesolutionto the largerproblemis discovered.
Similar questions