THE GEOGRAPHY OF TRANSPORT SYSTEMS


Basic Graph Representation of a Transport Network

This 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)