Added interpolationSearch

pull/37/head
ParthoKR 3 years ago
parent 7c96485a44
commit a0bca674f0

@ -35,6 +35,7 @@ Algorithms
* [binary search](https://en.wikipedia.org/wiki/Binary_search_algorithm)
* [linear search](https://en.wikipedia.org/wiki/Linear_search)
* [jump search](https://en.wikipedia.org/wiki/Jump_search)
* [interpolation search](https://en.wikipedia.org/wiki/Interpolation_search)
* [depth first search](https://en.wikipedia.org/wiki/Depth-first_search)
* [breadth-first search](https://en.wikipedia.org/wiki/Breadth-first_search)

Loading…
Cancel
Save