Skip to content

Commit cb8f5a2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2684000 commit cb8f5a2

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,6 +1,6 @@
11
def transitive_closure(graph: list[list[int]]) -> list[list[int]]:
22
"""
3-
Computes the transitive closure of a directed graph using the
3+
Computes the transitive closure of a directed graph using the
44
Floyd-Warshall algorithm.
55
66
Args:

0 commit comments

Comments
 (0)