Click or drag to resize

BreadthFirstSearchAlgorithmTVertex, TEdge Constructor (IVertexListGraphTVertex, TEdge, IQueueTVertex, IDictionaryTVertex, GraphColor)

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

Parameters

visitedGraph
Type: QuickGraphIVertexListGraphTVertex, TEdge
vertexQueue
Type: QuickGraph.CollectionsIQueueTVertex
vertexColors
Type: System.Collections.GenericIDictionaryTVertex, GraphColor
See Also