Q38
What is the time complexity of successful search using Jump Search?
A.
O(log n)
B.
O(√n)
AnswerC.
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