Question: Which of the following scenarios would require the use of an alternative to Dijkstra\'s algorithm?
Options:
Correct Answer: Calculating the shortest path in a graph with negative weights
Solution:
If the graph contains negative weight edges, an alternative algorithm like Bellman-Ford should be used instead of Dijkstra\'s.