Walks¶
A walk of length from node to node is a sequence
such that for every .
The number of walks of length from node to node is given by the entry of :
In particular,
Paths¶
A path is a walk in which all vertices are distinct.
The shortest-path distance from to can be written as
Cycles¶
A cycle is a closed walk with
and no repeated vertices other than the first and last.
Dense structures¶
A complete graph, or clique, is a graph in which every vertex is connected to every other vertex. In an -node complete graph, each node has degree .