Skip to content

Commit 0f3c8f6

Browse files
authored
Update kmst.py
1 parent 48426cb commit 0f3c8f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bonus-assignment/kmst.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""
33
Created on Sat Jun 22 01:06:38 2019
44
5-
@author: Stefanos
5+
@author: stef4k
66
"""
77
import math
88
import pprint
@@ -286,4 +286,4 @@ def prim_kmst(lis,S):
286286
min_len_pair=(p2,p1)
287287
print("For ",k," points the MST has length: ",min_length)
288288
print("The links that were used are: ")
289-
pprint.pprint(solution[min_len_pair])
289+
pprint.pprint(solution[min_len_pair])

0 commit comments

Comments
 (0)