Skip to content

Commit 38a9e31

Browse files
authored
Update binary_search_exercise.md
bs
1 parent 10b582b commit 38a9e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms/1_BinarySearch/binary_search_exercise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##### Binary Search Exercise
1+
##### bs Exercise
22
1. When I try to find number 5 in below list using binary search, it doesn't work and returns me -1 index. Why is that?
33

44
```numbers = [1,4,6,9,10,5,7]```

0 commit comments

Comments
 (0)