Click or drag to resize

EdgeDepthFirstSearchAlgorithmTVertex, TEdge Constructor (IAlgorithmComponent, IEdgeListAndIncidenceGraphTVertex, TEdge, IDictionaryTEdge, GraphColor)

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

Parameters

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