mgechev / javascript-algorithms

💻 JavaScript implementations of computer science algorithms
https://mgechev.github.io/javascript-algorithms/
MIT License
7.83k stars 1.28k forks source link

Fix typo in interpolation search algorithm #170

Closed wnvko closed 4 years ago

wnvko commented 4 years ago

I also updated the complexity of the interpolation search.

Closes #169