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.
1 parent f29ae5c commit bf0b31bCopy full SHA for bf0b31b
README.md
@@ -125,7 +125,7 @@ In order to achieve greater coverage and encourage more people to contribute to
125
<tr>
126
<td><a href="https://en.wikipedia.org/wiki/Floyd%E2%80%93Warshall_algorithm">Floyd–Warshall Algorithm</a></td>
127
<td> <!-- C -->
128
- <a href="./src/c/FloydWarshallAlgorithm.c">
+ <a href="./src/c/FloydWarshall.c">
129
<img align="center" height="25" src="./logos/c.svg" />
130
</a>
131
</td>
src/c/FloydWarshallAlgorithm.c renamed to src/c/FloydWarshall.c
0 commit comments