Algorithms | Dynamic Programming | Question 4

Last Updated :
Discuss
Comments

Which of the following is NOT a characteristic of dynamic programming?

Memoization, which involves storing the results of expensive function calls and reusing them.

Breaking a problem into smaller overlapping subproblems.

Solving problems in a sequential manner.

Dynamic programming can be used for problems where the solution has an optimal substructure.

Share your thoughts in the comments