Vidyalelo
Data Structure · Q86

Searching Algorithms

Programming · Data Structure · question 86

Q86

What is the time complexity of uniform binary search?

A.
O(nlogn)
B.
O(logn)
Answer
C.
O(n)
D.
O(n2)

Answer: Option B

Solution

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