/LinearFitSearch

Searching sorted lists using a linear fit of the min/max of the unsearched part of the list. It's a hybrid between binary search and interpolation search.

Primary LanguageC++MIT LicenseMIT

Watchers