QuickGraph


SourceFirstTopologicalSortAlgorithm<'TVertex, 'TEdge>

Namespace: QuickGraph.Algorithms.TopologicalSort

Constructors

ConstructorDescription
new(visitedGraph)
Signature: visitedGraph:IVertexAndEdgeListGraph<'TVertex,'TEdge> -> unit

Instance members

Instance memberDescription
AddVertex
Signature: VertexAction<'TVertex>
Compute(vertices)
Signature: vertices:IList<'TVertex> -> unit
Heap
Signature: BinaryQueue<'TVertex,int>
InDegrees
Signature: IDictionary<'TVertex,int>
SortedVertices
Signature: ICollection<'TVertex>
Fork me on GitHub