Skip to content

Commit a21eeb3

Browse files
author
I529010
committed
fix lint issue
1 parent f057f1d commit a21eeb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matrix/transitive_closure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
def transitiveClosure(graph):
1+
def transitive_closure(graph):
22
"""
33
Computes the transitive closure of a directed graph using the Floyd-Warshall algorithm.
44

0 commit comments

Comments
 (0)