MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the following code to find the nth fibonacci term using dynamic programming: Which technique is used by line 7 of the above code? |
| A. | Greedy |
| B. | Recursion |
| C. | Memoization |
| D. | Overlapping subproblemsView Answer |
| Answer» D. Overlapping subproblemsView Answer | |