Interpolation search performs better than binary search when?
A. array has uniformly distributed values but is not sorted
B. array is sorted and has uniform distribution of values
C. array is sorted but the values are not uniformly distributed
D. array is not sorted
Answer: Option B
Join The Discussion