Section 2.1 - Hamiltonian Circuits
Instructions
- The first video below explains the concepts in this section.
- This page also includes exercises that you should attempt to solve yourself. You can check your answers and watch the videos explaining how to solve the exercises.
Concepts
- Definition of Hamiltonian paths and circuits
- Method of trees for finding Hamiltonian circuits
- Finding the lowest cost Hamiltonian circuit
- Definition of complete graphs
- Number of Hamiltonian circuits in complete graphs
Exercises
Directions: You should try to solve each problem first, and then click "Reveal Answer" to check your answer. You can click "Watch Video" if you need help with a problem.
1. Determine if the graph has a Hamiltonian path, Hamiltonian circuit, or neither.
2. Determine if the graph has a Hamiltonian path, Hamiltonian circuit, or neither.
3. Determine if the graph has a Hamiltonian path, Hamiltonian circuit, or neither.
4. Determine if the graph has a Hamiltonian path, Hamiltonian circuit, or neither.
5. Use the method of trees to find all Hamiltonian circuits starting at A.
ABEDCA, ACDEBA (mirror images)
6. Find the optimal Hamiltonian circuit using the method of trees. What is its total cost?
Total Cost: 17
7. Find the optimal Hamiltonian circuit using the method of trees. What is its total cost?
total cost: 12
10. Is the following graph complete?
11. Is the following graph complete?
12. How many Hamiltonian circuits (not counting mirror images separately) are there for a complete graph on 11 vertices?
13. How many Hamiltonian circuits starting at A are there for a complete graph on 8 vertices?
14. How many Hamiltonian circuits starting at D are there for a complete graph on 8 vertices?
15. How many Hamiltonian circuits are there for a complete graph on 9 vertices?
16. How many Hamiltonian circuits (not counting mirror images separately) starting at B are there for a complete graph on 15 vertices?
17. How many Hamiltonian circuits (not counting mirror images separately) are there for a complete graph on 15 vertices?
18. Use the brute force method (method of trees) to find all the Hamiltonian circuits (not counting mirror images separately) starting at A for a complete graph on 5 vertices.
ABCEDA
ABDCEA
ABDECA
ABEDCA
ABECDA
ACBDEA
ACBEDA
ACDBEA
ACEBDA
ADBCEA
ADCBEA