1
0
mirror of https://github.com/Didnelpsun/CS408.git synced 2026-06-16 06:56:54 +08:00
This commit is contained in:
Didnelpsun
2022-09-19 23:17:54 +08:00
parent 5b4df82944
commit e87adde9db
2 changed files with 45 additions and 17 deletions

View File

@@ -386,6 +386,8 @@ function(G) {
}
```
$MST$唯一性定理:$MST$没有使用无向网中相同权值的边,那么$MST$一定唯一。(连通图的任意一个环中所包含的边的权值均不相同)
#### Prim算法
非常类似找到图最短路径的迪杰斯特拉算法。

File diff suppressed because one or more lines are too long