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