Vidyalelo
Data Structure · Q16

Searching Algorithms

Programming · Data Structure · question 16

Q16

What is the average-case time complexity of interpolation search when the data is uniformly distributed?

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

Answer: Option D

Solution

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