Skip to ContentGo to accessibility pageKeyboard shortcuts menu
OpenStax Logo
Contemporary Mathematics

12.8 Hamilton Paths

Contemporary Mathematics12.8 Hamilton Paths

A group of children getting on a school bus.
Figure 12.165 A school bus picks up children along a planned route. (credit: “Kids at School Bus Stop” by Ty Hatch/Flickr, CC BY 2.0)

Learning Objectives

After completing this section, you should be able to:

  1. Describe and identify Hamilton paths.
  2. Evaluate Hamilton paths in real-world applications.
  3. Distinguish between Hamilton paths and Euler trails.

In the United States, school buses carry 25 million children between school and home every day. The total distance they travel is around 6 billion kilometers per year. In the city of Boston, Massachusetts, the 2016 budget for running those buses was $120 million dollars. In 2017, the city held a competition to find ways to cut costs and the Quantum Team from the MIT Operations Research Center came to the rescue, using a computer algorithm to identify the most efficient and least costly routes, which saved the city of Boston $5 million each year and even reduced daily CO2 emissions by 9,000 kilograms! (This U.S. city put an algorithm in charge of its school bus routes and saved $5 million, Sean Fleming, World Economic Forum)

The problem the Quantum Team tackled involves graph theory. Imagine a graph in which vertices are the bus depot, the school, and the bus stops along a particular route. The bus must start at the depot, visit every stop exactly once, and end at the school. The route is a special kind of path that visits every vertex exactly once. Can you guess what those paths are called?

Hamilton Paths

Just as circuits that visit each vertex in a graph exactly once are called Hamilton cycles (or Hamilton circuits), paths that visit each vertex on a graph exactly once are called Hamilton paths. As we explore Hamilton paths, you might find it helpful to refresh your memory about the relationships between walks, trails, and paths by looking at Figure 12.166. We know that paths are walks that don’t repeat any vertices or edges. So, a Hamilton path visits every vertex without repeating any vertices or edges. Figure 12.167 shows a path from vertex A to vertex E and a Hamilton path from vertex A to vertex E.

Three concentric ovals represent paths, trails, and walks. The first (inner) oval labeled paths reads, no repeated edges or vertices. The second oval labeled trails reads, no repeated edges. The third oval is labeled walks.
Figure 12.166 Walks, Trails, and Paths
Two graphs. Each graph has five vertices: A, B, C, D, and E. In the first graph, directed edges flow from A to B, B to C, and C to E. In the second graph, directed edges flow from A to B, B to C, C to D, and D to E.
Figure 12.167 Path or Hamilton Path?

Example 12.38

Identifying Hamilton Paths

Which of the following sequences of vertices is a Hamilton path for Graph Q in Figure 12.168?

Graph Q has two overlapping quadrilaterals. The vertices of the outer quadrilateral are a, c, h, and f. The vertices of the inner quadrilateral are d, b, e, and g. The vertex, d rests on the edge a f. The vertex, b rests on the edge a c. The vertex, e rests on the edge c h. The vertex, g rests on the edge h f.
Figure 12.168 Graph Q
  1. adbcegf
  2. cbehgfda
  3. hegdbegfdabc

Your Turn 12.38

Use the graphs to determine if the given sequence of vertices represents a Hamilton path or not.
Two graphs are labeled graph A and graph K. Graph A has five vertices: b, c, d, e, and f. Edges connect b c, c f, b d, b e, d e, and e f. Graph K has five vertices: m, n, o, p, and q. Edges connect m n, n o, n q, q o, o p, n p, and m p.
Graphs A and K
1.
Graph A, bcdef
2.
Graph A, befcbd
3.
Graph K, nqopm

Checkpoint

TIP! Since a Hamilton path visits each vertex exactly once, it must have the same number of vertices listed as appear in the graph.

Finding Hamilton Paths

Suppose you were visiting an aquarium with some friends. The map of the aquarium is given in Figure 12.169. The letters represent the exhibits.

A map of aquarium exhibits. The vertices are labeled A to S. The entrance is at the bottom.
Figure 12.169 Map of Aquarium Exhibits

Figure 12.170 shows a graph of the aquarium in which each vertex represents an exhibit and each edge is a route between the pair of exhibits that doesn’t bypass another exhibit.

A graph has 19 vertices labeled from A to S. Edges connect A C, C B, B S, B E, S E, E D, A D, D F, A F, D G, G E, F I, F J, I J, I P, J P, J K, P O, G H, H L, L N, N K, K H, H N, L K, L M, N M, O Q, M Q, Q R, M R, and S R.
Figure 12.170 Graph of Aquarium

Let’s see if we can plan a tour of the exhibits that visits each exhibit exactly once, beginning at exhibit O and ending at exhibit C. Suppose that, after exhibit O, we plan to visit exhibit Q and then exhibit M. After M, should we plan to visit N, L, or R? Take a look at Figure 12.171. If R is not chosen next, that will cause a problem later on. Do you see what it is?

A graph has 19 vertices labeled from A to S. Edges connect A C, C B, B S, B E, S E, E D, A D, D F, A F, D G, G E, F I, F J, I J, I P, J P, J K, P O, G H, H L, L N, N K, K H, H N, L K, L M, N M, O Q, M Q, Q R, M R, and S R. The edges, O Q, Q M, M R, M L, and M N are directed. A question mark is above M.
Figure 12.171 Choosing Vertex L, N, or R

If L or N is chosen next, the only way to get to R later will be to go from S to R, and then we will not be able to continue without repeating a vertex. So, we will pick R next, and then the only option is S. After S we have another choice to make. As shown in Figure 12.172, the next choice is between B and E. Keeping in mind that the goal is to end at C, which would be the better choice?

A graph has 19 vertices labeled from A to S. Edges connect A C, C B, B S, B E, S E, E D, A D, D F, A F, D G, G E, F I, F J, I J, I P, J P, J K, P O, G H, H L, L N, N K, K H, H N, L K, L M, N M, O Q, M Q, Q R, M R, and S R. The edges, O Q, Q M, M R, R S, S B, and S E are directed. A question mark is above S.
Figure 12.172 Choosing Vertex B or E

If you said vertex B, you are right! Otherwise, we will not be able to visit B later. After B, the only option is E. Then we can choose either D or G. Either will work fine. Let’s choose G as shown in Figure 12.173. After G, you must visit H, but should you visit K or L after that?

A graph has 19 vertices labeled from A to S. Edges connect A C, C B, B S, B E, S E, E D, A D, D F, A F, D G, G E, F I, F J, I J, I P, J P, J K, P O, G H, H L, L N, N K, K H, H N, L K, L M, N M, O Q, M Q, Q R, M R, and S R. The edges, O Q, Q M, M R, R S, S B, B E, E G, G H, H L, and H K are directed. A question mark is above H.
Figure 12.173 Choose Vertex L or K

If you said to go to vertex L next, you are right! Otherwise, it will be impossible to visit N without repeating a vertex. So, next is L, then N, then K, and then at J you have another decision to make we can see in Figure 12.174. Should you choose F, I, or P next?

A graph has 19 vertices labeled from A to S. Edges connect A C, C B, B S, B E, S E, E D, A D, D F, A F, D G, G E, F I, F J, I J, I P, J P, J K, P O, G H, H L, L N, N K, K H, H N L K, L M, N M, O Q, M Q, Q R, M R, and S R. The edges, O Q, Q M, M R, R S, S B, B E, E G, G H, H L, L N, N K, K J, J F, J I, and J P are directed. A question mark is above J.
Figure 12.174 Choose Vertex F, I, or P

If you said P, you are right! If you choose either of the other two vertices, you will not be able to visit P later without passing through another vertex twice. Once P is chosen, vertex I must be next followed by F. Then you have to choose between A and D as shown in Figure 12.175.

A graph has 19 vertices labeled from A to S. Edges connect A C, C B, B S, B E, S E, E D, A D, D F, A F, D G, G E, F I, F J, I J, I P, J P, J K, P O, G H, H L, L N, N K, K H, H N, L K, L M, N M, O Q, M Q, Q R, M R, and SR. The edges, O Q, Q M, M R, R S, S B, B E, E G, G H, H L, L N, N K, K J, J P, P I, I F, F A, and F D are directed. A question mark is above F.
Figure 12.175 Choose Vertex A or D

In this case, we must go to D then to A so that we can visit C without backtracking. The complete Hamilton path is shown in Figure 12.176.

A graph has 19 vertices labeled from A to S. Edges connect A C, C B, B S, B E, S E, E D, A D, D F, A F, D G, G E, F I, F J, I J, I P, J P, J K, P O, G H, H L, L N, N K, K H, H N, L K, L M, N M, O Q, M Q, Q R, M R, and S R. The edges, O Q, Q M, M R, R S, S B, B E, E G, G H, H L, L N, N K, K J, J P, P I, I F, F D, D A, and A C are directed.
Figure 12.176 Complete Hamilton Path from O to C

So, one Hamilton path that begins at O and ends at C is OQMRSBEGHLNKJPIFDAC.

There is no set sequence of steps that can be used to find a Hamilton path if it exists, but it does help to keep in mind where we are headed and avoid choices that will make returning to a particular vertex impossible without repeating vertices. Let’s practice finding Hamilton paths.

Example 12.39

Finding a Hamilton Path

Use Figure 12.177 to find a Hamilton path between vertices C and D.

Graph G has six vertices. The vertices are C, A, B, F, D, and E. Edges connect C A, A B, A F, B F, F D, F E, and D E.
Figure 12.177 Graph G

Your Turn 12.39

1.
Use Figure 12.253 to find a Hamilton path between vertices C and E.

Existence of a Hamilton Path

It turns out that there is no Hamilton path between vertices A and E in Graph G in Figure 12.177. To understand why, let’s imagine there is a red apple tree on one side of a bridge and a green apple tree on the other side of the bridge. Now suppose someone asked you to pick up all the fallen apples under each tree without crossing the bridge more than once, and making sure that the first apple you pick up and the last apple you pick up are both red. You would say, that is impossible! To have the first and last apple be red would either require leaving the green apples on the ground or crossing the bridge twice.

Let’s see how this relates to finding a Hamilton path between A and E in Graph G. The edge AC is a bridge because, if it were removed, the graph would become disconnected with two components, the component {C} and the component {A, B, D, E, F}. So, we can think of the vertices A, B, D, E, and F as the red apples, vertex C as the green apple, and the edge AC is the bridge between them as in Figure 12.178.

A graph represents the bridge between green and red apples. The graph has six vertices. The vertices are C, A, B, F, D, and E. Edges connect A B, A F, B F, F D, F E, and D E. Green apples: C. Red apples: A, B, F, D, and E. A bridge is between C and A.
Figure 12.178 Bridge between Red and Green Apples

The creation of a Hamilton path requires a visit to each vertex, just as picking up all the apples requires a visit to each apple. A and E are both red apples; so, a path from A to E would both start and end at a red apple, just as you were asked to do. And you wouldn’t be able to cross the bridge twice because that would mean visiting A twice, which is not allowed in a Hamilton path. So, it is impossible to find a Hamilton path from A to E just as it was impossible to pick up all the apples without crossing the bridge more than once. By the same reasoning, if a graph has a bridge, there will never be a Hamilton path that begins and ends on the same side of that bridge, meaning beginning and ending at vertices that would be in the same component if the bridge were removed from the graph.

Example 12.40

Finding a Hamilton Path If One Exists

Find a Hamilton path from vertex s to vertex v for each graph in Figure 12.179 or indicate that there is none.

Four graphs. Graph A has two overlapping quadrilaterals, s t u v and w x y z. An edge connects w to u. Graph B has two overlapping quadrilaterals, s t z y, and r v w x. A vertex, u is at the center of r v and t z. Graph C has six vertices. Edges connect s t, t v, v w, w x, x u, w u, u s, and u t. Graph D has 10 vertices. Edges from t lead to x, r, s, u, and q. Edges from x lead to v, w, y, and z. Edges connect r s, u q, v w, and y z.
Figure 12.179 Graphs A, B, C, and D

Your Turn 12.40

Use Graph L to find a Hamilton path between each pair of vertices or indicate that there isn’t one.
Graph L has two quadrilaterals. The vertices of the first quadrilateral are m, o, n, and p. The vertices of the second quadrilateral are q, r, s, and t. Other edges connect m to n, n to q, and q to s.
Graph L
1.
p to r
2.
m to p
3.
o to q

There is not a short way to determine if there is a Hamilton path between two vertices on a graph that works in every situation. However, there are a few common situations that can help us to quickly determine that there is no Hamilton path. Some of these are listed in Table 12.10.

Scenario Diagram
Scenario 1 If an edge ab is a bridge, then there is no Hamilton path between a pair of vertices that are on the same side of edge ab. We saw this in Graph A of Example 12.40.
A graph has nine vertices labeled a to i. The edges connect c f, f a, a c, a d, d c, a b, b e, e h, h i, I g, and g b.
No Hamilton path between any two vertices in the component
{a, c, d, f}.
No Hamilton path between any two vertices in {b, e, h, g, i}.
Scenario 2 If an edge ab is a bridge with at least three components on each side, then there is no Hamilton path beginning or ending at a or b. We saw this in Graph D of Example 12.40.
A graph has six vertices labeled a to f. The edges connect a b, b e, b f, e f, a d, a c, and c d.

No Hamilton path beginning or ending at a or b.

Scenario 3 If a graph is composed of two cycles joined only at a single vertex p, and v is any vertex that is NOT adjacent to p, then there are no Hamilton paths beginning or ending at p. We saw this in Graph B of Example 12.40.
A graph has 8 vertices labeled p to w. The edges connect s r, r q, q p, p s, p w, w v, v, u t, and t p.
No Hamilton path can be formed starting or ending at vertices, r, v, or u because they are not adjacent to p.
Table 12.10 Some Impossible Hamilton Paths

Checkpoint

There are also many other situations in which a Hamilton path is not possible. These are just a few that you will encounter.

Hamilton Path or Euler Trail?

We learned in Euler Trails that an Euler trail visits each edge exactly once, whereas a Hamilton path visits each vertex exactly once. Let’s practice distinguishing between the two.

Example 12.41

Distinguishing between Hamilton Path and Euler Trail

Use Figure 12.185 to determine if the given sequence of vertices is a Hamilton path, an Euler trail, both, or neither.

Three graphs. Graph A has five vertices: a, b, c, d, and e. Edges connect a b, b c, c d, d e, e a, and e b. Graph F has five vertices: f, g, h, i, and j. Edges connect f g, g h, h i, i j, j f, f i, f h, j g, and j h. Graph K has five vertices: k, l, m, n, and o. Edges connect k l, l m, m n, and n o.
Figure 12.185 Graphs A, F, and K
  1. Graph A, ebaedcb
  2. Graph F, fgjhi
  3. Graph K, klmno

Your Turn 12.41

Use Figure 12.262 to determine if the given sequence of vertices is a Hamilton path, an Euler trail, both, or neither.
1.
Graph A, abedc
2.
Graph F, ghijhfgjfi
3.
Graph K, onml

WORK IT OUT

As we saw in Figure 12.130, the Emerald City lies at the center of the Magical Land of Oz, with Gillikin Country to the north, Winkie Country to the east, Munchkin Country to the west, and Quadling Country to the south. Munchkin Country and Winkie Country each shares a border with Gillikin Country and Quadling Country. Let’s apply graph theory to Dorothy’s famous journey through Oz one more time!

Draw a graph in which each vertex is one of the regions of Oz. Is there a Hamilton path that Dorothy could follow, instead of the yellow brick road, to lead her from the land of the Munchkins, through all the regions of Oz exactly once, and end in the Emerald City? If so, what might it be? Compare your results with those of a classmate.

Check Your Understanding

For the following exercises, fill in the blank with the same as or different from to make the statement true.
67.
Unlike in a Hamilton cycle, the vertex where the Hamilton path begins is _________ the vertex where the Hamilton path ends.
68.
If a sequence of vertices represents a Hamilton path, the number of vertices listed should be _______ the number of vertices in the whole graph.
69.
To determine if a graph has a Hamilton path, use a method that is _________ the method used to determine if a graph has an Euler trail.
70.
If a graph with a bridge has a Hamilton path, the starting vertex should be on the side of the bridge that is ________ the side of the bridge with the ending vertex.
71.
A path between two vertices of a graph that visits each vertex of the graph exactly once is called an Euler path.
  1. True
  2. False
72.
Any graph that has exactly two vertices of odd degree has a Hamilton path.
  1. True
  2. False
73.
If a graph is composed of two cycles joined only at a single vertex p, then no Hamilton path can be formed starting or ending at any vertex that is adjacent to p.
  1. True
  2. False
74.
If an edge ab is a bridge with at least three components on each side, then there is no Hamilton path between vertex a and any vertex on the other side of edge ab.
  1. True
  2. False

Section 12.8 Exercises

For the following exercises, use the figure to determine whether the sequence of vertices in the given graph is a Hamilton path, an Euler trail, both, or neither.
Three graphs. Graph G has six vertices: c, d, e, b, f, and g. Edges connect c d, d e, e g, d g, d f, b f, b g, c f, and f g. Graph N has six vertices: h, i, n, k, j, and m. Edges connect h i, i n, n k, i k, i j, k j, k m, m j, and j h. Graph W has seven vertices: t, s, r, o, q, v, and w. Edges connect t o, t s, s r, r w, q o, q v, and w v.
1 .
Graph G: fbgedc
2 .
Graph G: gbfcde
3 .
Graph G: fbgdfcdeg
4 .
Graph W: vwrstoq
5 .
Graph W: srwvqot
6 .
Graph N: hiknjh
7 .
Graph N: nihjm
8 .
Graph N: mjhiknijk
For the following exercises, use the figure to explain why the given sequence of vertices does not represent a Hamilton path.
Four graphs. Graph A has two overlapping quadrilaterals, s t u v and w x y z. An edge connects w to u. Graph B has two overlapping quadrilaterals, s t z y, and r v w x. A vertex, u is at the center of r v and t z. Graph C has six vertices. Edges connect s t, t v, v w, w x, x u, w u, u s, and u t. Graph D has 10 vertices. Edges from t lead to x, r, s, u, and q. Edges from x lead to v, w, y, and z. Edges connect r s, u q, v w, and y z.
9 .
Graph A: tsvuxwyz
10 .
Graph B: wxruzystuv
11 .
Graph C: suwvt
12 .
Graph D: rtqutxvwxzy
For the following exercises, use the figure to find a path that fits the description or indicate which scenario from the figure makes it impossible.
Two graphs are labeled graph H and graph Q. Graph H has seven vertices labeled a to g. Edges connect a b, a e, b d e d, d c, d f, f g, and c g. Graph Q has seven vertices labeled h to n. Edges connect h i, h j, I j, I k, k m, m n, m l, and l n.
13 .
A Hamilton path in Graph H that begins at vertex c and ends at vertex e.
14 .
A Hamilton path in Graph Q that begins at vertex n and ends at vertex h.
15 .
A Hamilton path in Graph H that begins at vertex c and ends at vertex g.
16 .
A Hamilton path in Graph Q that begins at vertex m and ends at vertex j.
17 .
A Hamilton path in Graph H that begins at vertex g.
18 .
A Hamilton path in Graph Q that begins at vertex i.
19 .
A path between n and j in Graph Q that is NOT a Hamilton path, and explain why it is not a Hamilton path.
20 .
A path between a and c in Graph H that is NOT a Hamilton path, and explain why it is not a Hamilton path.
21 .
In chess, a knight can move in any direction, but it must move two spaces then turn and move one more space. The eight possible moves a knight can make from a given space are shown in the figure.
A 5 by 5 square chess board. A knight is at the center of the board. The knight moves in an L-shape and it is indicated by 8 arrows. It moves either two steps  left or right followed by one step up or down, or two steps up or down followed by one step on the left or right.
A knight’s tour is a sequence of moves by a knight on a chessboard (of any size) such that the knight visits every square exactly once. If the knight’s tour brings the knight back to its starting position on the board, it is called a closed knight’s tour. Otherwise, it is called an open knight’s tour. Determine if the Knight’s tour shown in the figure is a Hamilton path, an Euler trail, or both, for the graph of all possible knight moves on an eight-by-eight chess board in which the vertices are spaces on the board and the edges indicate that the knight can move directly from one space to the other. Explain your reasoning.
A graph represents a knight's moves on an 8 by 8 chessboard. The knight moves in an L-shape. The movement of the knight inside the board is mapped and connected with edges.
Recall from the section Euler Circuits, as part of the Camp Woebegone Olympics, there is a canoeing race with a checkpoint on each of the 11 different streams as shown in the figure. The contestants must visit each checkpoint.
A map of canoe event checkpoints. The map has vertices labeled from A to K. The start point is also marked on the map.
22 .
Draw a graph in which the vertices represent checkpoints, and an edge indicates that it is possible to travel from one checkpoint to the next without passing through another checkpoint.
23 .
Find a Hamilton path beginning at vertex A and ending at vertex E.
24 .
What does this Hamilton path represent in the context of the race?
The figure shows a map of zoo exhibits A through P. Use it to answer each question.
A map of zoo exhibits. The vertices are labeled A to P. The entrance is at the bottom.
25 .
Draw a graph to represent the routes through the zoo in which the edges represent walkways and the vertices represent exhibits. Two vertices are connected if a person can walk between the exhibits they represent without passing another exhibit.
26 .
Use the graph you created to find a route that begins at exhibit M, ends at exhibit J, and visits each exhibit exactly once.
Order a print copy

As an Amazon Associate we earn from qualifying purchases.

Citation/Attribution

This book may not be used in the training of large language models or otherwise be ingested into large language models or generative AI offerings without OpenStax's permission.

Want to cite, share, or modify this book? This book uses the Creative Commons Attribution License and you must attribute OpenStax.

Attribution information
  • If you are redistributing all or part of this book in a print format, then you must include on every physical page the following attribution:
    Access for free at https://openstax.org/books/contemporary-mathematics/pages/1-introduction
  • If you are redistributing all or part of this book in a digital format, then you must include on every digital page view the following attribution:
    Access for free at https://openstax.org/books/contemporary-mathematics/pages/1-introduction
Citation information

© Dec 21, 2023 OpenStax. Textbook content produced by OpenStax is licensed under a Creative Commons Attribution License . The OpenStax name, OpenStax logo, OpenStax book covers, OpenStax CNX name, and OpenStax CNX logo are not subject to the Creative Commons license and may not be reproduced without the prior and express written consent of Rice University.