Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
DepthFirstPaths Class
DepthFirstPaths Constructor
DepthFirstPaths Methods
DepthFirstPaths Constructor
Computes a path between
s
and every other vertex in graph
G
.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
DepthFirstPaths
(
Graph
G
,
int
s
)
Parameters
G
Type:
Algs4Net
Graph
G the graph
s
Type:
System
Int32
s the source vertex
See Also
Reference
DepthFirstPaths Class
Algs4Net Namespace