We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b582b commit 38a9e31Copy full SHA for 38a9e31
algorithms/1_BinarySearch/binary_search_exercise.md
@@ -1,4 +1,4 @@
1
-##### Binary Search Exercise
+##### bs Exercise
2
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?
3
4
```numbers = [1,4,6,9,10,5,7]```
0 commit comments