Nodes and Edges
G={N,E}
A graph (G) is made up of a set of Nodes (N) and a set of Edges (E).
The edges connect the nodes.
The meaning of the nodes and edges may vary.
Edges may be directed or undirected (bidirectional).
Edges often have weights.