| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f039b39 commit c950fa2
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -40,4 +40,4 @@ function BinarySearch(array, element) { // array = sorted array, element = eleme | |||
| 40 | 40 | var element = D[Integer.random(0, D.length - 1)]; | |
| 41 | 41 | ||
| 42 | 42 | logger._print('Using iterative binary search to find ' + element); | |
| 43 | - BinarySearch(D, element, 0, D.length - 1); | ||
| 43 | + BinarySearch(D, element); | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments