Vidyalelo
Data Structure · Q47

Searching Algorithms

Programming · Data Structure · question 47

Q47

How many jumps will be made in the worst case of jump search(let block jumped =k)?

A.
n*k
B.
n/k
Answer
C.
k/n
D.
n+k

Answer: Option B

Solution

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