12 Euler Ham PDF
12 Euler Ham PDF
C
C
A A B
B
D
D
..
The Bridges of Konigsberg
1
Theorem 1 A directed multigraph G is Eulerian iff
G is connected and d+(v) = d−(v) for every v ∈
V (G).
2
Theorem 2 A connected undirected graph is Eule-
rian iff the degree of every vertex is even.
Fleury’s Algorithm
3
HAMILTONIAN GRAPHS
Sir William Hamilton’s Game:
Dodecahedron
4
Theorem 3 (necessary condition) If G is a Hamil-
tonian graph, then
∀S, ∅ =
6 S ⊆ V (G)
the number of connected components of G − S does
not exceed |S|.
Proof. ????
5
Theorem 4 (sufficient condition) If G is a graph
with the smallest degree δ(G) ≥ |V (G)|/2, then G is
Hamiltonian.
Dirac’s Algorithm
6
Problem 1 Prove or disprove: If G is an Eulerian
graph with edges e and f that share a vertex, then G
has a closed Eulerian trail in which e and f appear
consequently?
2 + 1 edges.
9
Problem 14 Prove that the graph below is not hamil-
tonian.
10