Skip to content

Latest commit

 

History

History

interpolation-search

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Interpolation Search

The Interpolation Search is an improvement over Binary Search for instance, where the values in a sorted array are uniformly distributed. Binary Search always goes to middle element to check. On the other hand, interpolation search may go to different locations according the value of key being searched.