Click or drag to resize
EulerianPathPath Method
Returns the sequence of vertices on an Eulerian path.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IEnumerable<int> Path()

Return Value

Type: IEnumerableInt32
the sequence of vertices on an Eulerian path; null if no such path
See Also