What is the auxiliary space requirement of the jump search?
(a) O(n)
(b) O(log n)
(c) O(n^1/2)
(d) O(1)
I got this question during an interview.
This interesting question is from Searching topic in division Searching of Data Structures & Algorithms II