Vidyalelo
Data Structure · Q131

Searching Algorithms

Programming · Data Structure · question 131

Q131

Which of the following searching algorithm is fastest when the input array is not sorted but has uniformly distributed values?

A.
linear search
Answer
B.
jump search
C.
interpolation search
D.
binary search

Answer: Option A

Solution

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