Vidyalelo
Data Structure · Q40

Searching Algorithms

Programming · Data Structure · question 40

Q40

What is the primary limitation of binary search in terms of the input data structure?

A.
It does not handle duplicate values.
B.
It requires additional memory.
C.
It is not efficient for small datasets.
D.
The input array must be sorted.
Answer

Answer: Option D

Solution

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