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 13cba6b commit 39788aaCopy full SHA for 39788aa
DIRECTORY.md
@@ -30,7 +30,7 @@
30
* [Rod-Cutting](https://github.com/TheAlgorithms/Go/blob/master/dynamic-programming/rod-cutting.go)
31
32
## Graphs
33
- * [Floyd-Warshall algorithm](https://github.com/TheAlgorithms/Go/blob/master/graphs/floyd_warshall.go)
+ * [Floyd Warshall](https://github.com/TheAlgorithms/Go/blob/master/graphs/floyd_warshall.go)
34
35
## Other
36
* [Maxsubarraysum](https://github.com/TheAlgorithms/Go/blob/master/other/maxSubarraySum.go)
0 commit comments