Click or drag to resize

BidirectionalDepthFirstSearchAlgorithmTVertex, TEdge Constructor (IBidirectionalGraphTVertex, TEdge, IDictionaryTVertex, GraphColor)

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

Parameters

visitedGraph
Type: QuickGraphIBidirectionalGraphTVertex, TEdge
colors
Type: System.Collections.GenericIDictionaryTVertex, GraphColor
See Also