Vidyalelo
Data Structure · Q75

Searching Algorithms

Programming · Data Structure · question 75

Q75

What will be the maximum number of comparisons that can be made in jump search algorithm (assuming k to be blocks jumped)?

A.
k
B.
n/k
C.
k-1
Answer
D.
k-1

Answer: Option C

Solution

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