EulerianCycle Constructor |
Computes an Eulerian cycle in the specified graph, if one exists.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic EulerianCycle(
Graph G
)
Parameters
- G
- Type: Algs4NetGraph
the graph
See Also