Mathematical Programming |
Prim's Algorithm |
---|---|
Prim Prim JavaScript demos: FAQ Japanese/English |
MST ProblemGiven a connected graph G=(V,E) and a weight d:E->R+, find a minimum spanning tree.Prim's AlgorithmPrim's algorithm is known to be a good algorithm to find a minimum spanning tree.
Java Source File:JavaScript Demos
See Also
|
Kenji Ikeda's Home Page |
Last Modified:
Tuesday, 01-Sep-2015 14:05:32 JST
|