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: Option D
Join The Discussion