Enter an algorithm and input to start visualization.
About Interpolation Search
An improvement over Binary Search for instances where the values in a sorted array are uniformly distributed. It estimates the position of the target value rather than always checking the middle.
Code Editor
The code is for reference. Editing it won't affect the visualization.