

MCQOPTIONS
Saved Bookmarks
1. |
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 |
C. | Memoization |
D. | Greedy |
Answer» C. Memoization | |