1. Does the graph below admit an Eulerian trail. If so, find one. If not, prove it.
Answer the given question with a proper explanation and step-by-step solution.
1. a trail is a walk without repeated edges, 2. an Eulerian trail is a trail passing through every edge, and 3. a graph admits an Eulerian trail if and only if the following hold (a) every vertex has even degree or there are exactly two vertices with odd degree and (b) the vertices of nonzero degree are connected. Step 1. – If every vertex has even degree then pick any vertex v of nonzero degree and construct a circuit from v to itself. – If there are exactly two vertices with odd degrees then construct a trail between them. • Step 2. As long as some vertex w belongs to the current trail and has incident edges not in the current trail, construct another circuit from w to itself using only previously unused edge and join it to the current circuit.
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 2 images