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 f057f1d commit a21eeb3Copy full SHA for a21eeb3
matrix/transitive_closure.py
@@ -1,4 +1,4 @@
1
-def transitiveClosure(graph):
+def transitive_closure(graph):
2
"""
3
Computes the transitive closure of a directed graph using the Floyd-Warshall algorithm.
4
0 commit comments