8000 Merge pull request #24 from jinyoungHan/patch-4 · Deyems/Algorithms-Explanation@2a673b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a673b5

Browse files
authored
Merge pull request TheAlgorithms#24 from jinyoungHan/patch-4
Update Insertion Sort.md
2 parents 4e930b2 + a63744e commit 2a673b5

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
@@ -52,7 +52,7 @@ and elements from 11 to 13 will move one position ahead of their current positio
5252
#### Code Implementation Links
5353

5454
- [Java](https://github.com/TheAlgorithms/Java/blob/master/Sorts/InsertionSort.java)
55-
- [C](https://github.com/TheAlgorithms/C/blob/master/Sorts/InsertionSort.c)
55+
- [C](https://github.com/TheAlgorithms/C/blob/master/sorting/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)
5858
- [Scala](https://github.com/TheAlgorithms/Scala/blob/master/src/main/scala/Sort/InsertionSort.scala)

0 commit comments

Comments
 (0)
0