Computer Science, asked by seamuslee7521, 5 hours ago

List out the memory function used under dynamics programing

Answers

Answered by krishnashalu053
0

Answer:

Dynamic programming solves problems that have a recurrence relation. Using the recurrences directly in a recursive algorithm is a top-down technique. ... Before determining the solution recursively the algorithm checks if the sub problem has already been solved by checking the table.

Answered by avantikay1312
0

Explanation:

Dynamic programming solves problems that have a recurrence relation. Using the recurrences directly in a recursive algorithm is a top-down technique. ... Before determining the solution recursively the algorithm checks if the sub problem has already been solved by checking the table.

Hope it well help you

Similar questions