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`.