Class DepthFirst<T>
Depth First Search.
Inherited Members
Namespace: Advanced.Algorithms.Graph
Assembly: Advanced.Algorithms.dll
Syntax
public class DepthFirst<T>
Type Parameters
Name | Description |
---|---|
T |
Methods
Find(Graph<T>, T)
Returns true if item exists.
Declaration
public bool Find(Graph<T> graph, T vertex)
Parameters
Type | Name | Description |
---|---|---|
Graph<T> | graph | |
T | vertex |
Returns
Type | Description |
---|---|
Boolean |