Vidyalelo
Data Structure · Q95

Searching Algorithms

Programming · Data Structure · question 95

Q95

Which of the following false about Jump Search?

A.
Jump Search is better than Linear Search
B.
Useful when jumping back is more costly than jumping forward
C.
Jump Search is worse than Binary Search
D.
Jump search starts from the index 0 even though specified index is k
Answer

Answer: Option D

Solution

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