Question: What is memoization in the context of dynamic programming?
Options:
Correct Answer: A method to store intermediate results
Solution:
Memoization is a technique used in dynamic programming to store intermediate results to avoid redundant calculations.