V - vertex concept typeE - edge concept typepublic interface MinimumSpanningTree<V,E>
| Modifier and Type | Method and Description | 
|---|---|
Set<E> | 
getMinimumSpanningTreeEdgeSet()
Returns edges set constituting the minimum spanning tree/forest 
 | 
double | 
getMinimumSpanningTreeTotalWeight()
Returns total weight of the minimum spanning tree/forest. 
 | 
Set<E> getMinimumSpanningTreeEdgeSet()
double getMinimumSpanningTreeTotalWeight()
Copyright © 2016. All rights reserved.