Vidyalelo
Data Structure · Q108

Searching Algorithms

Programming · Data Structure · question 108

Q108

In which of the following case jump search performs better than interpolation search?

A.
When array has uniformly distributed values but is not sorted
B.
when array is sorted and has uniform distribution of values
C.
when array is sorted but the values increases exponentially
Answer
D.
when array is not sorted

Answer: Option C

Solution

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