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. |
Login to Continue
It will take less than 2 minutes