8000 Update Insertion Sort.md · us1415/Algorithms-Explanation@3f00af0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3f00af0

Browse files
authored
Update Insertion Sort.md
1 parent 9628a4f commit 3f00af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sorting Algorithms/Insertion Sort.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ and elements from 11 to 13 will move one position ahead of their current positio
5151

5252
#### Code Implementation Links
5353

54-
- [Java](https://github.com/TheAlgorithms/Java/blob/master/Sorts/src/sort/InsertionSort.java)
54+
- [Java](https://github.com/TheAlgorithms/Java/blob/master/Sorts/InsertionSort.java)
5555
- [C](https://github.com/TheAlgorithms/C/blob/master/Sorts/InsertionSort.c)
5656
- [C++](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/Sorting/Insertion%20Sort.cpp)
5757
- [C#](https://github.com/TheAlgorithms/C-Sharp/blob/master/sorts/insertion_sort.cs)

0 commit comments

Comments
 (0)
0