Basic Graph Representation of a Transport Network

Basic Graph Representation of a Transport Network

This simple graph has the following definition:

G = (v,e)
v = (1,2,3,4,5)
e = (1,2), (1,3), (2,2), (2,5), (4,2), (4,3), (4,5)