The DepthFirstSearchAlgorithm performs a depth-first traversal of the vertices in a directed graph.

Namespace:  QuickGraph.Algorithms.Search
Assembly:  QuickGraph.Algorithms (in QuickGraph.Algorithms.dll) Version: 2.4.2.1514 (2.4.2.1514)

Syntax

C#
public class NeighborDepthFirstSearchAlgorithm : IPredecessorRecorderAlgorithm, 
	ITimeStamperAlgorithm, IVertexColorizerAlgorithm, ITreeEdgeBuilderAlgorithm, IAlgorithm
Visual Basic (Declaration)
Public Class NeighborDepthFirstSearchAlgorithm _
	Implements IPredecessorRecorderAlgorithm, ITimeStamperAlgorithm, IVertexColorizerAlgorithm, ITreeEdgeBuilderAlgorithm,  _
	IAlgorithm

Inheritance Hierarchy

System..::.Object
  QuickGraph.Algorithms.Search..::.NeighborDepthFirstSearchAlgorithm

See Also