← back to combinatorics

Graph Theory

Applied Combinatorics (CC BY-SA) · appliedcombinatorics.org

A graph is vertices joined by edges, and most of combinatorics eventually lands here. Two facts anchor the subject: the handshake lemma (degrees sum to twice the edges) and Cayley's formula (n vertices admit nn−2 labeled spanning trees).

4 vertices, 5 edges, degree sum = 10

Trees and the spanning count

A tree is a connected graph with no cycles; on n vertices it has exactly n−1 edges. Cayley's formula counts the labeled trees: nn−2 of them. Spanning trees are the minimal connectors of a graph; counting and optimizing over them runs through algorithms, networks, and the temporal-spanner problems at the research frontier.

Scheme
Neighbors