Loading practice questions
Jumps are made in the jump search algorithm until ___________
Correct Answer: C — element having value greater than that of the required element is found
Explanation:
In jump search algorithm jumps are made until element having value greater than the value of element being searched is found. After this linear search is performed in backwards direction.