Four problems where dynamic programming can be used
Answers
Answered by
0
Answer:
THE DEFINITION OF DYNAMIC PROGRAMMING
THE DEFINITION OF DYNAMIC PROGRAMMINGA dynamic programming algorithm will examine the sub-problems which has been solved previously and will combine their solutions, making sure that it gives the best solution for the given problem. Therefore, Dynamic programming algorithms are often used for optimization...
✌❤✌❤✌❤✌...
Answered by
0
Answer:
☑ Dynamic programming is used where we have problems, which can be divided into similar sub-problems, so that their results can be re-used. Mostly, these algorithms are used for optimization. Before solving the in-hand sub-problem, dynamic algorithm will try to examine the results of the previously solved sub-problems.
Similar questions