Vidyalelo
Data Structure · Q38

Searching Algorithms

Programming · Data Structure · question 38

Q38

What is the time complexity of successful search using Jump Search?

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

Answer: Option B

Solution

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