We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8544b4 commit 2f75544Copy full SHA for 2f75544
README.md
@@ -2913,8 +2913,8 @@ Com o objetivo de alcançar uma abrangência maior e encorajar novas pessoas a c
2913
<tr>
2914
<td><a href="https://pt.wikipedia.org/wiki/Insertion_sort">Insertion Sort</a></td>
2915
<td> <!-- C -->
2916
- <a href="./CONTRIBUTING.md">
2917
- <img align="center" height="25" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/github/github-original.svg" />
+ <a href="./src/c/InsertionSort.c">
+ <img align="center" height="25" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/c/c-original.svg" />
2918
</a>
2919
</td>
2920
<td> <!-- C++ -->
0 commit comments