Vidyalelo
Data Structure · Q61

Searching Algorithms

Programming · Data Structure · question 61

Q61

What is the time complexity of Fibonacci Search?

A.
O(logn)
Answer
B.
O(n)
C.
O(n2)
D.
O(nlogn)

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board