Skip to content

Commit 628c5ae

Browse files
authored
chore: remove unnecessary code (TheAlgorithms#1531)
Co-authored-by: IcarusTheFly <IcarusTheFly@users.noreply.github.com>
1 parent f77a970 commit 628c5ae

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Search/InterpolationSearch.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,4 @@ export function interpolationSearch(arr, key) {
3636
}
3737

3838
return -1
39-
}
40-
41-
// const arr = [2, 6, 8, 10, 12, 14, 16, 18, 20, 22, 26, 34, 39]
42-
43-
// interpolationSearch(arr, 2)
44-
// interpolationSearch(arr, 12)
45-
// interpolationSearch(arr, 1000)
46-
// interpolationSearch(arr, 39)
39+
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy