Examveda

In the context of Dynamic Programming, what does the term "memoization" refer to?

A. Using a stack to manage function calls.

B. A method for dividing problems.

C. Storing intermediate results to avoid redundant calculations.

D. A technique to speed up sorting.

Answer: Option C


Join The Discussion

Related Questions on Dynamic Programming in Data Structures