Question: 24
(Choose 1 answer)
What does an adjacency list represent in a graph data structure?
A. It represents the vertices of the graph.
B. It represents the edges of the graph.
C. It stores the adjacent vertices for each vertex.
D. It stores the weights of the edges in the graph.