Skip to content

Commit 4e930b2

Browse files
authored
Merge pull request TheAlgorithms#22 from jinyoungHan/patch-2
Update Linear Search.md
2 parents c5c86a1 + afd2e78 commit 4e930b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Search Algorithms/Linear Search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Linear Search should return -1 as 6 is not present in the array
3636
#### Code Implementation Links
3737

3838
- [Java](https://github.com/TheAlgorithms/Java/blob/master/Searches/LinearSearch.java)
39-
- [C++](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/Linear%20Search.cpp)
39+
- [C++](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/Search/Linear%20Search.cpp)
4040
- [Python](https://github.com/TheAlgorithms/Python/blob/master/searches/linear_search.py)
4141

4242
#### Video Explanation

0 commit comments

Comments
 (0)