Examveda

What is the time complexity of binary search on a sorted array?

A. O(n log n)

B. O(n)

C. O(n2)

D. O(log n)

Answer: Option D


This Question Belongs to Data Structure >> Searching Algorithms

Join The Discussion

Related Questions on Searching Algorithms