MCQOPTIONS
Saved Bookmarks
| 1. |
What is the time complexity of the recursive implementation used to find the nth fibonacci term? |
| A. | o(1) |
| B. | o(n2) |
| C. | o(n!) |
| D. | exponential |
| Answer» E. | |