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 2684000 commit cb8f5a2Copy full SHA for cb8f5a2
matrix/transitive_closure.py
@@ -1,6 +1,6 @@
1
def transitive_closure(graph: list[list[int]]) -> list[list[int]]:
2
"""
3
- Computes the transitive closure of a directed graph using the
+ Computes the transitive closure of a directed graph using the
4
Floyd-Warshall algorithm.
5
6
Args:
0 commit comments