Skip to main content
Logo image

Exercises 15.6 Exercises

Recognizing paths and trails.

In each of Exercises 1–4, you are given a walk through a graph. Determine whether the walk is a path, a trail, or neither. Also determine whether the walk is open or closed.

Recognizing bridges.

In each of Exercises 7–10, identify each edge that is a bridge.

11.

Among all possible nonconnected graphs with n vertices, let H be one with the maximum number of edges. Prove that H has exactly two connected components.
Hint.
Argue by contradiction.

12.

Suppose G is a connected graph that contains a closed path that is also a trail. Prove that it is possible to remove any single edge from this path and be left with a connected subgraph of G. That is, prove that no edge in this path could be a bridge.

13.

Prove that a graph in which every edge is a bridge cannot have a closed path that is also a trail.