Vidyalelo
Data Structure · Q53

Searching Algorithms

Programming · Data Structure · question 53

Q53

What is the length of the step in jump search?

A.
n
B.
n/2
C.
sqrt(n)
Answer
D.
1

Answer: Option C

Solution

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