Vidyalelo
Data Structure · Q116

Searching Algorithms

Programming · Data Structure · question 116

Q116

Jump search algorithm requires which of the following condition to be true?

A.
array should be sorted
Answer
B.
array should have not be sorted
C.
array should have a less than 64 elements
D.
array should be partially sorted

Answer: Option A

Solution

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