Loading practice questions
What is the auxiliary space requirement of interpolation search?
Correct Answer: C — O(1)
Explanation:
Interpolation search does not require any auxiliary space for finding the element being searched. So it has a constant auxiliary space O(1).