A graph consists of a vertex set and edge set, i.e. $G = (V, E)$.

Graphs can be directed:

Edges may be labelled (i.e. weighted).

Common Terminology

Applications of Graphs

We observe that most “physical” systems involving graphs involve sparse graphs - number of edges is closer to $|V|$ then $|V|^2$.

Graph Representation