Skip to content

Commit 628c5ae

Browse files
authored
chore: remove unnecessary code (#1531)
Co-authored-by: IcarusTheFly <[email protected]>
1 parent f77a970 commit 628c5ae

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Search/InterpolationSearch.js

+1-8
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)