Skip to content

Commit b90029b

Browse files
authored
Update Binary Search.md
1 parent 0f3b1c6 commit b90029b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Search Algorithms/Binary Search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Binary Search should return -1 as 9 is not present in the array
4040

4141
#### Code Implementation Links
4242

43-
- [Java](https://github.com/TheAlgorithms/Java/blob/master/Searches/src/search/BinarySearch.java)
44-
- [C++](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/Binary%20Search.cpp)
43+
- [Java](https://github.com/TheAlgorithms/Java/blob/master/Searches/BinarySearch.java)
44+
- [C++](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/Search/Binary%20Search.cpp)
4545
- [Python](https://github.com/TheAlgorithms/Python/blob/master/searches/binary_search.py)
4646
- [C-Sharp](https://github.com/TheAlgorithms/C-Sharp/blob/master/searches/binary_search.cs)
4747
- [C](https://github.com/TheAlgorithms/C/blob/master/searching/Binary_Search.c)

0 commit comments

Comments
 (0)