Section 1.3 - Beyond Euler 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
- Simplified Chinese Postman problem
- Eulerization of a graph
- Edge walker method for Eulerizing rectangular networks
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.
2. Eulerize the following graph.
Possible Answers:
Add edges AB, CD, and EF.
Or add edges BC, DE, and FA.
Add edges AB, CD, and EF.
Or add edges BC, DE, and FA.
3. What is wrong with the following Eulerization?
Added new edge instead of duplicate edge.
4. Use the edge walker method to Eulerize the following rectangular network.
5. Use the edge walker method to Eulerize the following rectangular network.