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.
2 parents 4e930b2 + a63744e commit 2a673b5Copy full SHA for 2a673b5
Sorting Algorithms/Insertion Sort.md
@@ -52,7 +52,7 @@ and elements from 11 to 13 will move one position ahead of their current positio
52
#### Code Implementation Links
53
54
- [Java](https://github.com/TheAlgorithms/Java/blob/master/Sorts/InsertionSort.java)
55
-- [C](https://github.com/TheAlgorithms/C/blob/master/Sorts/InsertionSort.c)
+- [C](https://github.com/TheAlgorithms/C/blob/master/sorting/InsertionSort.c)
56
- [C++](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/Sorting/Insertion%20Sort.cpp)
57
- [C#](https://github.com/TheAlgorithms/C-Sharp/blob/master/sorts/insertion_sort.cs)
58
- [Scala](https://github.com/TheAlgorithms/Scala/blob/master/src/main/scala/Sort/InsertionSort.scala)
0 commit comments