Vidyalelo
Data Structure · Q17

Searching Algorithms

Programming · Data Structure · question 17

Q17

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)
Answer
D.
O(n2)

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board