Interface SpanningTreeAlgorithm<E>

Type Parameters:
E - the graph edge type
All Known Implementing Classes:
BoruvkaMinimumSpanningTree, KruskalMinimumSpanningTree, PrimMinimumSpanningTree

public interface SpanningTreeAlgorithm<E>
An algorithm which computes a spanning tree of a given connected graph. In the case of disconnected graphs it would rather derive a spanning forest.