Computer Science, asked by lahsiv7731, 1 year ago

Four problems where dynamic programming can be used

Answers

Answered by itzBrainlyBoy
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 Anonymous
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