Graphs can be implemented using arrays or references. For the states graph (see Exercise 18):
a. Show the adjacency matrix that would describe the edges in this graph. Store the vertices in alphabetical order.
b. Show the array-of-references adjacency lists that would describe the edges in this graph.
Exercise 18
Describe the graph pictured above, using the formal graph notation.
V(StateGraph) =
E(StateGraph) =