Vidyalelo
Data Structure · Q97

Searching Algorithms

Programming · Data Structure · question 97

Q97

In which of the following case jump search will be preferred over binary search?

A.
jumping backwards takes significantly more time than jumping forward
Answer
B.
jumping forward takes significantly more time than jumping backwards
C.
when the given array is very large in size
D.
when the given array is very small in size

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board