EulerianCycleCycle Method |
Returns the sequence of vertices on an Eulerian cycle.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IEnumerable<int> Cycle()
Return Value
Type:
IEnumerableInt32the sequence of vertices on an Eulerian cycle;
null if no such cycle
See Also