UndirectedDepthFirstSearchAlgorithmTVertex, TEdge Constructor (IAlgorithmComponent, IUndirectedGraphTVertex, TEdge, IDictionaryTVertex, GraphColor, FuncIEnumerableTEdge, IEnumerableTEdge) |
Namespace: QuickGraph.Algorithms.Search
public UndirectedDepthFirstSearchAlgorithm( IAlgorithmComponent host, IUndirectedGraph<TVertex, TEdge> visitedGraph, IDictionary<TVertex, GraphColor> colors, Func<IEnumerable<TEdge>, IEnumerable<TEdge>> adjacentEdgeEnumerator )