搜索资源列表
MST
- 最小生成树prim算法matlab实现,计算出总权值和最优连线。-Minimum spanning tree algorithm matlab prim implemented to calculate the total weight and the optimal connection.
prim
- 数学计算 最小生成树-Prim算法-Math math-Prim minimum spanning tree algorithm
MST_prim.c
- 用prim算法计算最小生成树的总权值和最优连线。-Prim minimum spanning tree algorithm with the total group and the best connection.
shortest_path
- 单源点最短路径的实现。采用邻接矩阵的数据结构,PRIM算法实现。-Single-source shortest path. Adjacency matrix data structure, PRIM algorithm.