Click or drag to resize

DepthFirstSearchAlgorithmTVertex, TEdge Constructor (IAlgorithmComponent, IVertexListGraphTVertex, TEdge, IDictionaryTVertex, GraphColor)

Namespace:  QuickGraph.Algorithms.Search
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public DepthFirstSearchAlgorithm(
	IAlgorithmComponent host,
	IVertexListGraph<TVertex, TEdge> visitedGraph,
	IDictionary<TVertex, GraphColor> colors
)

Parameters

host
Type: QuickGraph.Algorithms.ServicesIAlgorithmComponent
visitedGraph
Type: QuickGraphIVertexListGraphTVertex, TEdge
colors
Type: System.Collections.GenericIDictionaryTVertex, GraphColor
See Also