ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Interpolation search is an in place algorithm.
Correct Answer: A — True
Interpolation search has an auxiliary space complexity of O(1). So it qualifies as an in place algorithm.