Vidyalelo
Data Structure · Q22

Dynamic Programming in Data Structures

Programming · Data Structure · question 22

Q22

In the context of Dynamic Programming, what does "redundant computations" refer to?

A.
Calculations performed once per problem.
B.
Computations that use less memory.
C.
Calculations of the same subproblem multiple times.
Answer
D.
Computations that are done iteratively.

Answer: Option C

Solution

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