1.

What is the time complexity of the recursive implementation used to find the nth fibonacci term?

A. O(1)
B. O(n<sup>2</sup>)
C. O(n!)
D. Exponential
Answer» D. Exponential


Discussion

No Comment Found