Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박권수
/
Algorithm_HW5
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박권수
2020-11-01 18:36:08 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9f65b52f16d538ea9b47187f6089322ab2c4c80f
9f65b52f
1 parent
110e4a39
edit remark ofKruskal
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
HW5_박권수_2015104173.py
HW5_박권수_2015104173.py
View file @
9f65b52
...
@@ -80,6 +80,7 @@ graph = {
...
@@ -80,6 +80,7 @@ graph = {
80
])
80
])
81
}
81
}
82
82
83
+
#mst = result of applying Kruskal Algorithm
83
mst
=
Kruskal
(
graph
)
84
mst
=
Kruskal
(
graph
)
84
print
(
'Kruskal Algorithm : '
,
"
\n
"
,
mst
)
85
print
(
'Kruskal Algorithm : '
,
"
\n
"
,
mst
)
85
86
...
...
Please
register
or
login
to post a comment