Table of Contents

Class Vyssotsky<T>

Namespace
AlgorithmsSW.EdgeWeightedGraph
Assembly
AlgorithmsSW.dll
public class Vyssotsky<T> : IMst<T> where T : INumber<T>

Type Parameters

T
Inheritance
Vyssotsky<T>
Implements
IMst<T>
Inherited Members
Extension Methods

Constructors

Vyssotsky(IEdgeWeightedGraph<T>, T)

public Vyssotsky(IEdgeWeightedGraph<T> graph, T minValue)

Parameters

graph IEdgeWeightedGraph<T>
minValue T

Properties

Edges

Gets the edges that is part of the minimum spanning tree.

public IEnumerable<Edge<T>> Edges { get; }

Property Value

IEnumerable<Edge<T>>