Content-Length: 520 | pFad | http://github.com/TheAlgorithms/JavaScript/pull/1531.diff
thub.com diff --git a/Search/InterpolationSearch.js b/Search/InterpolationSearch.js index 6ca3eea963..7097e90986 100644 --- a/Search/InterpolationSearch.js +++ b/Search/InterpolationSearch.js @@ -36,11 +36,4 @@ export function interpolationSearch (arr, key) { } return -1 -} - -// const arr = [2, 6, 8, 10, 12, 14, 16, 18, 20, 22, 26, 34, 39] - -// interpolationSearch(arr, 2) -// interpolationSearch(arr, 12) -// interpolationSearch(arr, 1000) -// interpolationSearch(arr, 39) +} \ No newline at end of fileFetched URL: http://github.com/TheAlgorithms/JavaScript/pull/1531.diff
Alternative Proxies: