For now, simple graphs.
A graph G consists of a set of vertices V and a set of edges E such that (u,v) E u, v V and u is connected to v with an edge.
Directed edge: u v Undirected edge: u -- v