搜索资源列表
最小生成树 克鲁斯卡尔算法
- 用克鲁斯卡尔的算法实现最小生成树,用C语言来实现的。内容相当简练-Kelushikaer with the minimum spanning tree algorithm, using C language to achieve. Quite a concise
数据结构好冬冬
- 哈夫曼编码译码,克鲁斯卡尔算法,魔王语言的解释,一元稀疏多项式相乘,C-Huffman encoding decoding, Kelushikaer algorithm, fiendish language interpretation, one yuan sparse polynomial multiplication, C
GraphSmalltree
- 演示了最小生成树的普林算法和克鲁斯卡尔算法得算法过程。-demonstration of the minimum spanning tree algorithm and Chapline Kelushikaer algorithm algorithm in the process.
zuixiaoshengchengshu
- 最小生成树问题 若要在n个城市之间建设通信网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题。 (1)利用克鲁斯卡尔算法求网的最小生成树。 (2)实现教科书6.5节中定义的抽象树类型 MFSet。以此表示构造生成树过程中的连通分量。 (3)以文本形式输出生成树中各条边以及他们的权值。 -minimum spanning tree problem to the n-city building communications netw
hafuman
- 哈夫曼编码/译码 利用克鲁斯卡尔算法计算一段传输数据的哈夫曼编码,以提高信道利用率。
hafumanbianma
- 哈夫曼编码/译码 利用克鲁斯卡尔算法计算信息的哈夫曼编码,以便更好的利用通信信道。
smalltree
- 最小生成树的克鲁斯卡尔算法,应该没有问题了,可以参考
lelusikaewr
- 利用克鲁斯卡尔算法求最小生成树,并画出图形
zuixiaoshengchengshu.rar
- 1. 利用克鲁斯卡尔算法求网的最小生成树 2.以存储边(带权)的数组表示图,1. Kruskal algorithm using minimum spanning tree for network 2. To store edge (with the right of) the array that map
shujvjiegousuanfa
- 数据结构中的各种算法PPT,包括迪杰斯特拉算法,克鲁斯卡尔算法等。-Data structure of the various algorithms PPT, including the Dijkstra algorithm, Kruskal algorithm.
tree
- 克鲁斯卡尔算法构造最小生成树,数据结构,可执行-Construction Kruskal minimum spanning tree algorithm, data structure, the executable
2.Greedy
- 该文件夹包含一系列常用的贪婪算法集合,其中包含经典的克鲁斯卡尔算法,普利姆算法。-The folder contains a series of commonly used collection of greedy algorithm, which includes the classical Kruskal algorithm,普利姆algorithm.
wuxiangtu6
- 克鲁斯卡尔算法构造最小生成树克鲁斯卡尔算法构造最小生成树-Kruskal Algorithm Kruskal minimum spanning tree algorithm for minimum spanning tree structure
minspantree
- 最小生成树的克鲁斯卡尔算法 采用邻接矩阵存储图,用树表示和实现集合操作-Kruskal minimum spanning tree algorithm uses the adjacency matrix memory map, with trees and realize that the collection operation
dazuoye2
- 手动输入,用普利木和克鲁斯卡尔算法求最小生成树-Manual input, with perindopril for wood and Kruskal minimum spanning tree algorithm
222222222222
- 1. 利用克鲁斯卡尔算法求网的最小生成树。 2. 利用普里姆算法求网的最小生成树。 3. 要求输出各条边及它们的权值。 -1. Using Kruskal' s algorithm for minimum spanning tree network. 2. Prim algorithm for the use of the minimum spanning tree network. 3. Requirements of the output of each side, and
Kruskal
- 克鲁斯卡尔算法思想.cpp int seekedge(EDGE * (&a), int n) void bubble(EDGE * (&a), int size) void searchandjoin(EDGE * (&a1), int k) // a1是图边集头指针,a2是最小生成树边集的头指针,k为所要删的边 void storepicture(EDGE * (&a), int n, VERTEX *b, int m) -Thinking of Kruskal algor
min_tree
- 实现用普利姆算法,克鲁斯卡尔算法,去变法得到最小生成树-Using普利姆algorithm, Kruskal algorithm, minimum spanning tree to be reform
kruskal
- 克鲁斯卡尔算法 运用克鲁斯卡尔算法求图中的最小生成树-Kruskal algorithm Kruskal algorithm for the use of the minimum spanning tree graph
csharpMinSpanTree
- .net最小生成树的普林算法和克鲁斯卡尔算法得算法过程-. Net Princeton minimum spanning tree algorithm and Kruskal algorithms have algorithm process