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.
AnswerD.
When the array is unsorted.
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board