Examveda

What is the time complexity of exponential search when the input array is sorted but the values are not uniformly distributed?

A. O(n1/2)

B. O(log log n)

C. O(n)

D. O(log n)

Answer: Option C


This Question Belongs to Data Structure >> Searching Algorithms

Join The Discussion

Related Questions on Searching Algorithms