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