Vidyalelo
Data Structure · Q14

Searching Algorithms

Programming · Data Structure · question 14

Q14

What is the time complexity of a failed search using binary search?

A.
O(n)
B.
O(n log n)
C.
O(n2)
D.
O(log n)
Answer

Answer: Option D

Solution

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