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

Skip to content

Commit afd2e78

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

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
@@ -35,7 +35,7 @@ Linear Search should return -1 as 6 is not present in the array
3535

3636
#### Code Implementation Links
3737

38-
- [Java](https://github.com/TheAlgorithms/Java/blob/master/Searches/src/search/LinearSearch.java)
38+
- [Java](https://github.com/TheAlgorithms/Java/blob/master/Searches/LinearSearch.java)
3939
- [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

0 commit comments

Comments
 (0)
0