Examveda

What is the time complexity of interpolation search when the input array has uniformly distributed values and is sorted?

A. O(n)

B. O(log log n)

C. O(n log n)

D. O(log n)

Answer: Option B


This Question Belongs to Data Structure >> Searching Algorithms

Join The Discussion

Related Questions on Searching Algorithms