Euler and Hamiltonian Path
Euler and Hamiltonian Path
1.2 Introduction:
An Euler path is a path that uses every edge in a graph with no repeats.
Being a path, it does not have to return to the starting vertex
In the graph shown below, there are several Euler paths. One such path
is CABDCB. The path shown in arrows to the right, with the order of the
edges numbered.
Euler Circuit:
Euler Graph:
Solution – G1 has two vertices of odd degree a and d and the rest of
them have even degree. So this graph has an Euler path but not an Euler
circuit. The path starts and ends at the vertices of odd degree. The path
is a, c, d,a, b,d
G2 has four vertices all of even degree, so it has an Euler circuit. The
circuit is –
a, d, b, a, c, d, a
V1,V2,V3,V5,V2,V4,V7,V10,V6,V3,V9,V6,V4,V10,V8,V5,V9,V8,V1
Since it is a circuit, it starts and ends at the same vertex, which makes it
contribute one degree when the circuit starts and one when it ends.
Proof: The proof is an extension of the proof given above. Since a path
may start and end at different vertices, the vertices where the path starts
and ends are allowed to have odd degrees.
SOLUTION:
2. It can also be used to by mail carriers who want to have a route where
they don’t retrace any of their previous steps.
Practice Questions
1. Eulerize the graph shown, then find an Euler circuit on the Eulerized
graph.
FAQ
Summary
REFERENCES
Books
[1] https://www.geeksforgeeks.org/graph-theory-gq/
[2]
https://courses.lumenlearning.com/waymakermath4libarts/chapter/euler-
circuits/
[3] https://www.javatpoint.com/regular-and-bipartite-graphs
Courses
[1] https://www.coursera.org/specializations/discrete-mathematics
[2] https://www.classcentral.com/course/swayam-discrete-mathematics-
12929
Video Links
[1] https://youtu.be/5M-m62qTR-s
[2] https://youtu.be/xR4sGgwtR2I