Click or drag to resize
DirectedEulerianPath.Path 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: IEnumerable<Int32>
the sequence of vertices on an Eulerian path; null if no such path
See Also