Vidyalelo
Data Structure · Q19

Searching Algorithms

Programming · Data Structure · question 19

Q19

In which scenario is jump search preferred over binary search?

A.
When using a linked list.
B.
When searching a small array.
C.
When the data is sorted and uniformly distributed.
Answer
D.
When the array is unsorted.

Answer: Option C

Solution

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