Loading practice questions
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
Explanation:
First an element having value greater than the element being searched is found. After this linear search is performed in a backward direction.