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 cdac2cb commit 8d34862Copy full SHA for 8d34862
graphs/minimum-spanning-tree/kruskals-algorithm/main.py
@@ -19,4 +19,4 @@
19
g.add_edge('c', 'f', 2)
20
g.add_edge('f', 'e', 1)
21
22
-g.kruskal()
+print(g.kruskal())
0 commit comments