Question: What is the primary goal of Dijkstra\'s algorithm?
Options:
Correct Answer: To find the shortest path from a source to all vertices
Solution:
The primary goal of Dijkstra\'s algorithm is to find the shortest path from a source vertex to all other vertices in a weighted graph.