Examveda

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: Option D


This Question Belongs to Data Structure >> Searching Algorithms

Join The Discussion

Related Questions on Searching Algorithms