Vidyalelo
Data Structure · Q42

Searching Algorithms

Programming · Data Structure · question 42

Q42

What is the time complexity of interpolation search in the best case scenario?

A.
O(log n)
B.
O(1)
Answer
C.
O(n log n)
D.
O(log n)

Answer: Option B

Solution

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