Question: What is the primary application of Dijkstra\'s algorithm?
Options:
Correct Answer: Finding the shortest path in a graph
Solution:
Dijkstra\'s algorithm is primarily used for finding the shortest path from a source node to all other nodes in a weighted graph.