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)


Discussion

No Comment Found