Articles
45
Tags
5
Categories
20
首页
考研
瑞文网络计算机小课堂
首页
考研
最小生成树
Created
2024-03-08
|
Updated
2024-03-11
|
算法与数据结构
图论
|
Post Views:
Prim算法
Kruskal算法
算法流程
1
2
3
4
①将所有的边权重从小到大排序
②枚举每条边a、b,权重c
if a、b不连通
将这条边加入到集合中
Author:
杭瑞文
Link:
http://ruiwen-cs.com/blog/2024/03/08/%E6%9C%80%E5%B0%8F%E7%94%9F%E6%88%90%E6%A0%91/
Copyright Notice:
All articles in this blog are licensed under
CC BY-NC-SA 4.0
unless stating additionally.
Previous
最短路
Next
map
杭瑞文
Articles
45
Tags
5
Categories
20
Follow Me
Announcement
This is my Blog
Contents
1.
Prim算法
2.
Kruskal算法
2.1.
算法流程
Recent Post
2024年408真题
2024-10-21
python函数
2024-07-05
TS—constructor
2024-03-28
go-context
2024-03-20
异常
2024-03-20