Vidyalelo
Data Structure · Q42

Introduction to Data Structures

Programming · Data Structure · question 42

Q42

What is the average-case time complexity of binary search?

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

Answer: Option B

Solution

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