Vidyalelo
Data Structure · Q102

Searching Algorithms

Programming · Data Structure · question 102

Q102

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
Answer
C.
array is sorted but the values are not uniformly distributed
D.
array is not sorted

Answer: Option B

Solution

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