Question: Which algorithm is used for finding the shortest path in a graph?
Options:
Correct Answer: Dijkstra\'s Algorithm
Solution:
Dijkstra\'s Algorithm is commonly used for finding the shortest path in a weighted graph.