V
- the graph vertex typeE
- the graph edge typepublic interface EulerianCycleAlgorithm<V,E>
Modifier and Type | Method and Description |
---|---|
GraphPath<V,E> |
getEulerianCycle(Graph<V,E> graph)
Compute an Eulerian cycle of a graph.
|
Copyright © 2017. All rights reserved.