Question: Which of the following is a valid application of Dijkstra\'s algorithm?
Options:
Correct Answer: Finding the shortest path in a road network
Solution:
Dijkstra\'s algorithm is commonly used to find the shortest path in a road network, where the edges represent distances or travel times.