MCQOPTIONS
Saved Bookmarks
| 1. |
What is the time complexity of the following dynamic programming implementation used to compute the nth fibonacci term? |
| A. | O(1) |
| B. | O(n) |
| C. | O(n2) |
| D. | ExponentialView Answer |
| Answer» C. O(n2) | |