8000
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.
1 parent 4d37ded commit ad647e5Copy full SHA for ad647e5
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/src/search/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