Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit628c5ae

Browse files
authored
chore: remove unnecessary code (TheAlgorithms#1531)
Co-authored-by: IcarusTheFly <IcarusTheFly@users.noreply.github.com>
1 parentf77a970 commit628c5ae

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)

[8]ページ先頭

©2009-2025 Movatter.jp