Streams

A walk is a connected sequence of edges of a polyhedron.

A trail or Eulerian walk is a walk in which no edge is repeated.

A stream is a trail that cannot be extended.

A stream may be formed by travelling around a polyhedron along its edges. When one encounters a corner, the journey continues by making a turn. The journey ends when it is not possible to continue without retracing an edge that has been already been traversed.

For example, consider a cube. A simple stream may be formed by starting from any edge of the cube and proceeding forward by making the following sequence of turns: right, left, left, left. These turns result in a stream that consists of the sequence of 5 edges shown in the figure below.


Stream Example


A stream on a dodecahedron that consists of 21 edges is shown in the following figure:


Animated Stream Example

See also Types of Streams