CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - kruskal minimum tree
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - kruskal minimum tree - List
[
JSP/Java
]
Kruskal
DL : 0
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.
Date
: 2025-12-26
Size
: 14kb
User
:
ivan
[
JSP/Java
]
tree
DL : 0
最小生成树算法的动态演示,具有良好的交互性,支持用鼠标绘图和绘点,Prim算法和Kruskal算法两种的动态过程。-Dynamic presentation minimum spanning tree algorithm, with good interaction, support the use of the mouse for drawing and painting point, Prim algorithms and dynamic process of two of Kruskal' s algorithm.
Date
: 2025-12-26
Size
: 23kb
User
:
林铖
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.