10.5 Euler and Hamilton Paths

p714
Ex: 1-7

Euler Paths and Circuits

An Euler circuit in a graph GG is a simple circuit containing every edge of GG. An Euler path in GG is a simple path containing every edge of GG.

Theorem 1

A connected multigraph with at least two vertices has an Euler circuit if and only if each of its vertices has even degree.

Theorem 2

A connected multigraph has an Euler path but not an Euler circuit if and only if it has exactly two vertices of odd edges.

Example 4
Which graphs shown in Figure 7 have an Euler path?
Graph

Solution

1. G1G_1 contains exactly two vertices (b,d)(b, d) of odd degree. Hence it has an Euler path that must have bb and dd as its end points. One such Euler Path is d,a,b,c,d,bd, a, b, c, d, b.
2. G2G_2 contains exactly two vertices (b,d)(b, d) of odd degree. One such Euler Path is b,a,g,f,e,d,c,b,g,c,f,db, a, g, f, e, d, c, b, g, c, f, d.
3. G3G_3 has no Euler path as it has six vertices of odd degree.

Hamilton Paths and Circuits

A simple path in a graph GG that passes through every vertex exactly once is called a Hamilton path, and a simple circuit in a graph GG that passes through every vertex exactly once is called a Hamilton circuit. That is, the simple path x0,x1,x2,,xn1,xnx_0, x_1, x_2, \cdots , x_{n-1}, x_n in the graph G=(V,E)G = (V , E) is a Hamilton path if V={x0,x1,x2,,xn1,xn}V = \{x_0, x_1, x_2, \cdots , x_{n-1}, x_n\} and xi=xjx_i = x_j for 0ijn0 \les i \le j \les n, and the simple circuit x0,x1,x2,,xn1,xn,x0x_0, x_1, x_2, \cdots , x_{n-1}, x_n, x_0 (with n>0n > 0) is a Hamilton circuit if x0,x1,x2,,xn1,xnx_0, x_1, x_2, \cdots , x_{n-1}, x_n is a Hamilton path.

Example 5
Which of the simple graphs in Figure 10 have a Hamilton circuit or, if not, a Hamilton path?
Graph

Solution

1. G1G_1 has a Hamilton circuit: a,b,c,d,ea, b, c, d, e
2. There is no Hamilton circuit in G2G_2. But G2G_2 does have a Hamilton path: a,b,c,da, b, c, d.
3. G3G_3 has neither a Hamilton circult nor Hamilton path.

Homework

p725: 10, 26, 28a, 30, 31, 35

10. Can someone cross all the bridges shown in this map exactly once and return to the starting point?
Graph

Solution

Todo

26. For which values of n do these graphs have an Euler circuit?
a) KnK_n   b) CnC_n   c) WnW_n   d) QnQ_n

Solution

a. Every vertex in KnK_n has degree n1n-1. KnK_n has an Euler circuit if nn is odd.
b. Every vertex in CnC_n has degree 22. CnC_n has an Euler circuit for every nn.
c. Every vertex except the center of WnW_n has degree 33. WnW_n has an Euler circuit for no nn.
d. Every vertex in QnQ_n has degree nn. QnQ_n has an Euler circuit if nn is even.

28. For which values of m and n does the complete bipartite graph Km,nK_{m,n} have an Euler Path?

Solution

K2,xK_{2, x} or Kx,2K_{x, 2} for all odd xx.

In Exercises 30–36 determine whether the given graph has a Hamilton circuit. If it does, find such a circuit. If it does not, give an argument to show why no such circuit exists.
30. Graph

Solution

The graph has no Hamiton circuit. There is a Hamilton path (a,b,c,f,d,e)(a, b, c, f, d, e), ee and aa can not be connected without repeating previous edges.

31. Graph

Solution

a,b,c,d,e,aa, b, c, d, e, a