10000 Merge pull request #21 from jinyoungHan/patch-1 · us1415/Algorithms-Explanation@c5c86a1 · GitHub
[go: up one dir, main page]

Skip to content

Commit c5c86a1

Browse files
authored
Merge pull request TheAlgorithms#21 from jinyoungHan/patch-1
Update Binary Search.md
2 parents 1ec8cc7 + b90029b commit c5c86a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Search Algorithms/Binary Search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Binary Search should return -1 as 9 is not present in the array
4141
#### Code Implementation Links
4242

4343
- [Java](https://github.com/TheAlgorithms/Java/blob/master/Searches/BinarySearch.java)
44-
- [C++](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/Binary%20Search.cpp)
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)
0