N = {1,...,n} nodes, vertices, agents, actors, players...
edges, links, ties: connections between nodes
They may just be 0 or 1 (unweighted)
They may be "undirected" or "directed"
Or list the links:
g = {{1,2}, {1,4}, {2,4}, {3,4}}
g = {12,14,24,41,43}
order of pairs matters