Quiz | on Fibonacci Numbers | Question 4

Last Updated :
Discuss
Comments

What is the time complexity of calculating the nth Fibonacci number using dynamic programming?

O(N)

O(logN)

O(2^N)

O(N^2)

Share your thoughts in the comments