Interpolation search is an improvement to binary search.Interpolation search uses a formula to approximate the position of the key element.Implementation of Interpolation Search in C++ is provided.Time complexity of Interpolation Search is O(log log N).