ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Jumps are made in the jump search algorithm until ___________
Correct Answer: C — element having value greater than that of the required element is found
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.