agl2.alg
Class MinimumSpanningTree

java.lang.Object
  |
  +--agl2.alg.MinimumSpanningTree

public class MinimumSpanningTree
extends java.lang.Object

The MinimumSpanningTree is a set of edges that connects all the vertices in the graph where the total weight of the edges in the tree is minimized.


Constructor Summary
MinimumSpanningTree()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MinimumSpanningTree

public MinimumSpanningTree()