Computer Science, asked by rishilaugh, 1 year ago

elements of dynamic programming

Answers

Answered by Anonymous
2
Optimal Substructure

Overlapping Sub-problems

Variant: Memoization

Answered by DARKIMPERIAL
2

Answer:

There Are Three Basic Elements That Characterize A Dynamic Programming Algorithm:

Substructure. Decompose the given problem into smaller (and hopefully simpler) subproblems.

Bottom-up Computation.

Optimal Substructure.

Explanation:

HOPE IT HELPS YOU

Similar questions