Click or drag to resize
DigraphGeneratorPath Method
Returns a path digraph on V vertices.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static Digraph Path(
	int V
)

Parameters

V
Type: SystemInt32
the number of vertices in the path

Return Value

Type: Digraph
a digraph that is a directed path on V vertices
See Also