MinimumSpanningTreeResult<T> class
Result of minimum spanning tree algorithms
Constructors
-
MinimumSpanningTreeResult.new(List<
GraphEdge< edges, double totalWeight)T> > -
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
spansAllVertices(
int totalVertices) → bool - Check if the MST spans all vertices
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited