Vidyalelo
Data Structure · Q50

Searching Algorithms

Programming · Data Structure · question 50

Q50

What is the time complexity of Jump Search?

A.
O(logn)
B.
O(n)
C.
O(sqrt(n))
Answer
D.
O(nlogn)

Answer: Option C

Solution

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