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

Typo in interpolation search algorithm #169

Closed wnvko closed 4 years ago

wnvko commented 4 years ago

The description of interpolationSearch is:

/**
   * Searches for specific element in a given array using
   * the jump search algorithm.<br><br>

It should be interpolation instead of jump.