ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is the auxiliary space requirement of interpolation search?
Correct Answer: C — O(1)
Interpolation search does not require any auxiliary space for finding the element being searched. So it has a constant auxiliary space O(1).