BreadthFirstSearchAlgorithmTVertex, TEdge Constructor (IAlgorithmComponent, IVertexListGraphTVertex, TEdge, IQueueTVertex, IDictionaryTVertex, GraphColor) |
Namespace: QuickGraph.Algorithms.Search
public BreadthFirstSearchAlgorithm( IAlgorithmComponent host, IVertexListGraph<TVertex, TEdge> visitedGraph, IQueue<TVertex> vertexQueue, IDictionary<TVertex, GraphColor> vertexColors )