A walk describes the process of starting at a vertex and moving along an edge (in the direction of the arrow) to a new vertex. Continue the walk by following another edge to a second vertex, a third edge to a third vertex, and so on. In a simple network a walk is represented by a sequence of vertices.
A walk that starts and ends at the same vertex is closed, and if it starts and ends at different vertices it is open.
A walk describes the process of starting at a vertex and moving along an edge (in the direction of the arrow) to a new vertex.
If a walk starts and ends at the same vertex then it is closed, and if it starts and ends at different vertices then it is open.
We record a walk by listing the vertices in order that we pass them. e.g. H, \, X, \, Y, \, H
A walk is the most general definition of how we can move around a network. Sometimes we want to impose a stricter condition - if we say that the walk cannot use the same vertex more than once, we call it a path (we can reuse the start/end vertex only). If the path is closed, we call it a cycle.
Here are two different paths on the same graph:
The green walk DGCFEA on the left is an open path, since no vertex is used more than once, and it starts and ends at different vertices. The orange walk BCFDEAB on the right is a closed path(cycle), since no vertex is used more than once, except for the vertex at the start/end.
Which of the following graphs is connected? Select all the correct options.
A path is a walk where no vertex is repeated (which also means that no edges can be repeated).
An open path starts and ends on different vertices.
A closed path (cycle) starts and ends on the same vertex.
All paths are walks (and trails) and all cycles are closed walks (and closed trails).
If a walk cannot use the same edge more than once, it is a trail if it’s open and a circuit if it’s closed. Here is one of each on the same network:
The blue walk ADFEDGCF on the left is a trail, since no edge is used more than once, and it is open. The red walk GCFEDFADG on the right is a circuit, since no edge is used more than once, and it is closed.
All paths are trails
All cycles are circuits.
Which of the following is a circuit in the network shown?
Which of the highlighted edges in the network is a bridge?
If a network has a trail or circuit that uses every edge, it is described as traversable (sometimes semi-Eulerian). This special walk is then called an Euler trail - If it’s open or an Euler circuit if it’s closed, named after the same Euler that gave us Euler’s formula. If a network has an Euler circuit we call it an Euler network (sometimes Eulerian).
Some texts refer to such a trail as an Euler path, but this special walk is a trail (since vertices can be repeated), not a path.
You can think about a traversable networks as ones where you can start at a vertex and draw in all the edges without taking your pen (or finger or stylus) off the page (or screen). Here are two traversable networks, the one on the right is an Euler network:
Each network has a trail that uses every edge exactly once. The trail on the right is closed, so it is a circuit, and any vertex can be the start/end.
Consider the networks below:
Which one of the networks is traversable?
The traversable network from part (a) has been labelled below:
Which vertices can you start at in order to traverse the network? Select the most correct answer only.
If a network has a trail or circuit that uses every edge, it is described as traversable (sometimes semi-Eulerian).
You can think about a traversable networks as ones where you can start at a vertex and draw in all the edges without taking your pen (or finger or stylus) off the page (or screen).