In which scenario does exponential search perform best?
A. When the array has a small number of elements.
B. When the array is sorted and has a large range of values.
C. When the array contains duplicate elements.
D. When the array has a small number of elements.
Answer: Option B
Join The Discussion