文件名称:Kruskal
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 14kb
- 下载次数:
- 0次
- 提 供 者:
- i***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Kruskal s algorithm is an algorithm in graph theory that finds a minimum spanning tree for a connected weighted graph. This means it finds a subset of the edges that forms a tree that includes every vertex, where the total weight of all the edges in the tree is minimized. If the graph is not connected, then it finds a minimum spanning forest (a minimum spanning tree for each connected component). Kruskal s algorithm is an example of a greedy algorithm.
This algorithm first appeared in Proceedings of the American Mathematical Society, pp. 48–50 in 1956, and was written by Joseph Kruskal.
Other algorithms for this problem include Prim s algorithm, Reverse-Delete algorithm, and Borů vka s algorithm.
This algorithm first appeared in Proceedings of the American Mathematical Society, pp. 48–50 in 1956, and was written by Joseph Kruskal.
Other algorithms for this problem include Prim s algorithm, Reverse-Delete algorithm, and Borů vka s algorithm.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Kruskal
.......\classes
.......\.......\Edge.class
.......\.......\Krsub.class
.......\.......\Kruskal.class
.......\.......\Kruskal.htm
.......\.......\Node.class
.......\Kruskal.jcd
.......\Kruskal.jcp
.......\Kruskal.jcu
.......\Kruskal.jcw
.......\src
.......\...\Krsub.java
.......\...\Kruskal.java
.......\src_kruskal.txt
.......\classes
.......\.......\Edge.class
.......\.......\Krsub.class
.......\.......\Kruskal.class
.......\.......\Kruskal.htm
.......\.......\Node.class
.......\Kruskal.jcd
.......\Kruskal.jcp
.......\Kruskal.jcu
.......\Kruskal.jcw
.......\src
.......\...\Krsub.java
.......\...\Kruskal.java
.......\src_kruskal.txt