搜索资源列表
kruskal
- 最小生成树kruskal算法用邻接矩阵做图
最小生成树
- 最小生成树 用克鲁斯卡尔算法求网的最小生成树
mintree
- 用matlab去实现基于dijkstra算法实现最小生成树-Using matlab to dijkstra algorithm based on minimum spanning tree
Kruskal
- 最小生成树的Kruskal实现用贪心算法设计策略设计出构造最小生成树的有效算法-Kruskal
kruskal
- 最小生成树 用c++实现的,用的是kruskal算法实现的-Minimum spanning tree
Prim
- prim算法,用c++程序实现,可以解决图论的最小生成树问题-prim algorithm which can solove the graph theory with c++
min-tree
- 最小生成树权值计算的源代码,输入结点个数,和各结点之间用三元法表示的权值,利用算法计算最小生成树-Minimum spanning tree weight calculation of the source code, the right to use the ternary notation of the number of input values between nodes, and each node using the minimum spanning tr
prim1
- 最小生成树中prim算法的matlab代码,此算法可处理大数据的分类。-Prim minimum spanning tree algorithm matlab code, this classification algorithm can handle large data.
greedy-algorithm
- 克鲁斯卡尔算法(Kruskal s algorithm)是两个经典的最小生成树算法的较为简单理解的一个。这里面充分体现了贪心算法的精髓。-Kruskal algorithm (Kruskal' s algorithm) is relatively simple to understand one of two classic minimum spanning tree algorithm. Inside this fully reflects the essence of greedy a