Click or drag to resize
EulerianPath Constructor
Computes an Eulerian path in the specified graph, if one exists.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public EulerianPath(
	Graph G
)

Parameters

G
Type: Algs4NetGraph
the graph
See Also