Section 2.2 - Traveling Salesman Problem
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
- Traveling salesman problem
- Using the brute force method to solve traveling salesman problems
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. Using the brute force method, find the least cost Hamiltonian circuit starting at B for the following graph.
BDACB or BCADB (mirror images)
Cost: 45
Cost: 45
2. Using the brute force method, find the least cost Hamiltonian circuit starting at D for the following graph.
DBACD or DCABD (mirror images)
cost: 17
cost: 17