Examveda

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

A. O(√n)

B. O(log n)

C. O(n)

D. O(n log n)

Answer: Option A


This Question Belongs to Data Structure >> Searching Algorithms

Join The Discussion

Related Questions on Searching Algorithms