Examveda

What is the average time complexity of a successful search using binary search?

A. O(n)

B. O(n log n)

C. O(log n)

D. O(n2)

Answer: Option C


This Question Belongs to Data Structure >> Searching Algorithms

Join The Discussion

Related Questions on Searching Algorithms