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 ad647e5 commit afd2e78Copy full SHA for afd2e78
Search Algorithms/Linear Search.md
@@ -35,7 +35,7 @@ Linear Search should return -1 as 6 is not present in the array
35
36
#### Code Implementation Links
37
38
-- [Java](https://github.com/TheAlgorithms/Java/blob/master/Searches/src/search/LinearSearch.java)
+- [Java](https://github.com/TheAlgorithms/Java/blob/master/Searches/LinearSearch.java)
39
- [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
0 commit comments