Loading practice questions
If a problem can be broken into subproblems which are reused several times, the problem possesses ____________ property.
Correct Answer: A — Overlapping subproblems
Explanation:
Overlapping subproblems is the property in which value of a subproblem is used several times.