10000
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.
2 parents c5c86a1 + afd2e78 commit 4e930b2Copy full SHA for 4e930b2
Search Algorithms/Linear Search.md
@@ -36,7 +36,7 @@ Linear Search should return -1 as 6 is not present in the array
36
#### Code Implementation Links
37
38
- [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)
+- [C++](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/Search/Linear%20Search.cpp)
40
- [Python](https://github.com/TheAlgorithms/Python/blob/master/searches/linear_search.py)
41
42
#### Video Explanation
0 commit comments