Examveda

What is the time complexity of Fibonacci Search?

A. O(logn)

B. O(n)

C. O(n2)

D. O(nlogn)

Answer: Option A


This Question Belongs to Data Structure >> Searching Algorithms

Join The Discussion

Related Questions on Searching Algorithms