Interface EulerianCycleAlgorithm<V,E>
- Type Parameters:
V- the graph vertex typeE- the graph edge type
- All Known Implementing Classes:
HierholzerEulerianCycle
public interface EulerianCycleAlgorithm<V,E>
Computes an Eulerian cycle of an Eulerian graph. An
Eulerian graph is a graph
containing an Eulerian cycle.
-
Method Summary
-
Method Details
-
getEulerianCycle
-