eulerian: A package to find eulerian paths from graphs
Method for checking whether an eulerian path exists.
eulerian: A package to handle eulerian paths from graphs
Method for finding an eulerian path or cycle.
Method for checking whether an eulerian cycle exists.
An eulerian path is a path in a graph which visits every edge exactly once. This package provides methods to handle eulerian paths or cycles.