Module eulerian_path

Source
Expand description

Implementation of finding an Eulerian Path on a graph. This implementation verifies that the input graph is fully connected and supports self loops and repeated edges between nodes.

Time Complexity: $O(E)$

§Resources

Enums§

EulerianPathError