Click or drag to resize
DirectedEulerianCycleGetCycle Method
Returns the sequence of vertices on an Eulerian cycle.

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

Return Value

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