Department of Mathematics, Statistics
and Computer Science
Wim Ruitenburg's Fall 2009 MATH 1300-101
Book, chapter 5 on Euler paths
This book chapter mostly considers graphs with possibly multiple edges between
the vertices.
All edges are undirected.
We attempt to walk the graph by using each edge just once, preferably ending
at our starting point.
- Graphs may or may not be connected.
- Vertices may or may not be adjacent.
- Parts of a graph may be connected by a bridge.
- And so on.
The main results appear to be:
- An Euler circuit exists if and only if...
- An Euler path exists if and only if...
- If an Euler path exists, then its endpoints are...
- The Euler sum of degrees theorem.
- Fleury's algorithm.
- Eulerizing a graph.
Last updated: September 2009
Comments & suggestions:
wimr@mscs.mu.edu