8000 Update Merge Sort.md · csk20/Algorithms-Explanation@cd6aa3d · GitHub
[go: up one dir, main page]

Skip to content

Commit cd6aa3d

Browse files
authored
Update Merge Sort.md
1 parent faec286 commit cd6aa3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sorting Algorithms/Merge Sort.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Now merge both these halves to get the sorted array [0, 1, 2, 3, 5, 9]
3333

3434
#### Code Implementation Links
3535

36-
- [Java](https://github.com/TheAlgorithms/Java/blob/master/Sorts/src/sort/MergeSort.java)
36+
- [Java](https://github.com/TheAlgorithms/Java/blob/master/Sorts/MergeSort.java)
3737
- [C++](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/Sorting/Merge%20Sort.cpp)
3838
- [Python](https://github.com/TheAlgorithms/Python/blob/master/sorts/merge_sort.py)
3939
- [C-Sharp](https://github.com/TheAlgorithms/C-Sharp/blob/master/sorts/merge_sort.cs)

0 commit comments

Comments
 (0)
0