Searching Algorithms Questions
The time complexity of jump search is O(√n), where n is the size of the array being searched.