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.
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board