An Euler Circuit: Review
An Euler Circuit: Review
An Euler Circuit
8 1
P
7 5 2
4
6 3
This graph is
connected but it
has odd vertices
(e.g. C). This
graph has no
Euler circuits.
This graph is
connected
and all of the
vertices are
even. This
graph does
have Euler
circuits.
Figure 1-15(c) in text.
An Euler Path
5 1
P
6 2
4
7 Q 3
6 2
4
7 Q 3
1 2
B C
3
E D
Bad choice!! Good
Choice
degree = 3
No, according to Euler’s Theorem
In order to make a circuit that covers all edges
in this graph, some edges must be reused!
Eulerizing a Graph
• Duplicating an existing edge on a graph can
be interpreted as reusing an existing edge.
• Duplicating edges on a graph in order to
make all vertices even is called eulerizing
the graph.
• In this course, eulerizing a graph is limited
to duplicating existing edges.
Can it become “Eulerized?”
(4) (4) (2)
(2) B C
A D
E H
(2) F G (2)
(4) (4)
12 10 9 7 6 4
E H
11 8 5
F G
1 B 2 C 3
A D
12 10 9 7
6 4
E H
11 8 5
F G
Example 1.22 Covering a 3 by 3 Street Grid