Loading practice questions
Jump search algorithm requires which of the following condition to be true?
(A) array should be sorted
Explanation:
Jump sort requires the input array to be sorted. The algorithm would fail to give the correct result if array is not sorted.