ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Interpolation search is a variation of?
Correct Answer: B — Binary search
Interpolation search is a variation of binary search which gives the best result when the array has uniformly distributed values. Interpolation search goes to different positions depending on the value being searched whereas binary search always goes to the middle element.