Which of the following is the most desirable condition for interpolation search?
(a) array should be sorted
(b) array should not be sorted but the values should be uniformly distributed
(c) array should have a less than 64 elements
(d) array should be sorted and the values should be uniformly distributed
The question was asked in semester exam.
My question comes from Searching in division Searching of Data Structures & Algorithms II