Vidyalelo
Data Structure · Q66

Dynamic Programming in Data Structures

Programming · Data Structure · question 66

Q66

If an optimal solution can be created for a problem by constructing optimal solutions for its subproblems, the problem possesses . . . . . . . . property.

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

Answer: Option B

Solution

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