

MCQOPTIONS
Saved Bookmarks
1. |
Suppose we find the 8th term using the recursive implementation. The arguments passed to the function calls will be as follows: Which property is shown by the above function calls? |
A. | Memoization |
B. | Optimal substructure |
C. | Overlapping subproblems |
D. | GreedyView Answer |
Answer» D. GreedyView Answer | |