We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbeea5e commit 75468a5Copy full SHA for 75468a5
algorithms/graph/mst.py
@@ -1,4 +1,4 @@
1
-# i checked your other py files and decided that i would go for default dict too
+# i checked your other py files and decided that i would go for default dict
2
# i used same structure as needed for this repository.
3
from collections import defaultdict
4
r = range
0 commit comments