Click or drag to resize
TopologicalSorter<TVertex, TEdge>.SortResults Property
Gets or sets the sort results. This is one possible correct topological order of the graph passed into the constructor. Topological sorting doesn't guarantee that there is just 1 ordering, there can be many correct orderings.

Namespace:  SD.Tools.Algorithmia.Graphs.Algorithms
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public List<TVertex> SortResults { get; }

Property Value

Type: List<TVertex>
See Also