Vidyalelo
Data Structure · Q28

Searching Algorithms

Programming · Data Structure · question 28

Q28

What is the worst-case time complexity of Jump Search?

A.
O(log n)
B.
O(n)
C.
O(n log n)
D.
O(√n)
Answer

Answer: Option D

Solution

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