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 48426cb commit 0f3c8f6Copy full SHA for 0f3c8f6
bonus-assignment/kmst.py
@@ -2,7 +2,7 @@
2
"""
3
Created on Sat Jun 22 01:06:38 2019
4
5
-@author: Stefanos
+@author: stef4k
6
7
import math
8
import pprint
@@ -286,4 +286,4 @@ def prim_kmst(lis,S):
286
min_len_pair=(p2,p1)
287
print("For ",k," points the MST has length: ",min_length)
288
print("The links that were used are: ")
289
- pprint.pprint(solution[min_len_pair])
+ pprint.pprint(solution[min_len_pair])
0 commit comments