E
- the graph edge typepublic static interface SpanningTreeAlgorithm.SpanningTree<E>
Modifier and Type | Method and Description |
---|---|
Set<E> |
getEdges()
Set of edges of the spanning tree.
|
double |
getWeight()
Returns the weight of the spanning tree.
|
Copyright © 2017. All rights reserved.