InterviewSolution
Saved Bookmarks
| 1. |
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 distributedThe question was asked in semester exam.My question comes from Searching in division Searching of Data Structures & Algorithms II |
|
Answer» Right answer is (d) ARRAY should be sorted and the VALUES should be uniformly distributed |
|