mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
add newline at the end
This commit is contained in:
parent
e07e0cb38b
commit
6393251803
@ -28,4 +28,4 @@ for edge in edges:
|
||||
|
||||
print(minimum_spanning_tree_cost)
|
||||
for edge in minimum_spanning_tree:
|
||||
print(edge)
|
||||
print(edge)
|
||||
|
Loading…
Reference in New Issue
Block a user