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 da041ed commit e818d94Copy full SHA for e818d94
graphs/kosarajus-algorithm/main.py
@@ -15,4 +15,4 @@
15
g.add_edge('7', '6')
16
g.add_edge('8', '7')
17
18
-g.kosaraju()
+print(g.kosaraju())
0 commit comments