Question: Which data structure can be used to represent a graph for Dijkstra\'s algorithm?
Options:
Correct Answer: All of the above
Solution:
Dijkstra\'s algorithm can be implemented using various data structures to represent a graph, including arrays, linked lists, and adjacency matrices.