Vidyalelo
Data Structure · Q289

Dynamic Programming in Data Structures

Programming · Data Structure · question 289

Q289

If a problem can be broken into subproblems which are reused several times, the problem possesses . . . . . . . . property.

A.
Overlapping subproblems
Answer
B.
Optimal substructure
C.
Memoization
D.
Greedy

Answer: Option A

Solution

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