Questions about graphs:
46. In an adjacency list representation of a directed graph, where would you store an edge that
goes from vertex C to vertex A?
47. In a matrix representation of an undirected graph, what is the size of the matrix if the graph
has the following vertices: A, B, D, F?
48. In a matrix representation of a directed weighted graph, what is the significance of the value
7 at location [2][3] in the matrix?