Vidyalelo
Data Structure · Q49

Searching Algorithms

Programming · Data Structure · question 49

Q49

How can Jump Search be improved?

A.
Step size should be other than sqrt(n)
B.
Cannot be improved
C.
Begin from the kth item, where k is the step size
Answer
D.
Start searching from the end

Answer: Option C

Solution

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