Question: In which scenario is Dijkstra\'s algorithm most efficient?
Options:
Correct Answer: When the graph is sparse
Solution:
Dijkstra\'s algorithm is most efficient in sparse graphs where the number of edges is much less than the maximum possible number of edges.