Vidyalelo
Data Structure · Q4

Dynamic Programming in Data Structures

Programming · Data Structure · question 4

Q4

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.
Answer
D.
A technique to speed up sorting.

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board