QuickGraph


ConnectedComponentsAlgorithm<'TVertex, 'TEdge>

Namespace: QuickGraph.Algorithms.ConnectedComponents

Constructors

ConstructorDescription
new(g)
Signature: g:IUndirectedGraph<'TVertex,'TEdge> -> unit
new(visitedGraph, components)
Signature: (visitedGraph:IUndirectedGraph<'TVertex,'TEdge> * components:IDictionary<'TVertex,int>) -> unit
new(host, visitedGraph, components)
Signature: (host:IAlgorithmComponent * visitedGraph:IUndirectedGraph<'TVertex,'TEdge> * components:IDictionary<'TVertex,int>) -> unit

Instance members

Instance memberDescription
ComponentCount
Signature: int
Modifiers: abstract
Components
Signature: IDictionary<'TVertex,int>
Modifiers: abstract
Fork me on GitHub