Consider the graph given above. Add an edge so the resulting graph has an Euler trail (without repeating an existing edge).

Now give an Euler trail through the graph with this new edge by listing the vertices in the order visited.

You can earn partial credit on this problem.