Q.

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

A. overlapping subproblems
B. optimal substructure
C. memoization
D. greedy
Answer» A. overlapping subproblems
Explanation: overlapping subproblems is the property in which value of a subproblem is used several times.
696
0
Do you find this helpful?
5

Discussion

No comments yet

Related MCQs