ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which of the following step is taken after finding an element having value greater than the element being searched in jump search?
Correct Answer: B — linear search takes place in the backward direction
First an element having value greater than the element being searched is found. After this linear search is performed in a backward direction.