McqMate
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. |
View all MCQs in
Design and Analysis of AlgorithmsNo comments yet