8000 Update Linear Search.md · csk20/Algorithms-Explanation@ad647e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit ad647e5

Browse files
authored
Update Linear Search.md
1 parent 4d37ded commit ad647e5

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/src/search/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)
0