Click or drag to resize
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#
public DepthFirstPaths(
	Graph G,
	int s
)

Parameters

G
Type: Algs4NetGraph
G the graph
s
Type: SystemInt32
s the source vertex
See Also