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