Vidyalelo
Data Structure · Q88

Searching Algorithms

Programming · Data Structure · question 88

Q88

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

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

Answer: Option D

Solution

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