Examveda

What is the time complexity of uniform binary search?

A. O(nlogn)

B. O(logn)

C. O(n)

D. O(n2)

Answer: Option B


This Question Belongs to Data Structure >> Searching Algorithms

Join The Discussion

Related Questions on Searching Algorithms