Path

Let v0 and vn be vertices in a graph G. A path in G from v0 to vn of length n is an alternating sequence of n+1 vertices and n edges, v0e1v1e2vn1envn, in which edge ei is incident on vertices vi1 and vi for every i=1,,n

Note that in a simple graph, to denote a path we just need to list the sequence of vertices since two vertices are connected by only one edge, e.g. v0v1vn