Vidyalelo
Data Structure · Q123

Searching Algorithms

Programming · Data Structure · question 123

Q123

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

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

Answer: Option D

Solution

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