Vidyalelo
Data Structure · Q93

Searching Algorithms

Programming · Data Structure · question 93

Q93

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board