Question: In which scenario is Dijkstra\'s algorithm not suitable?
Options:
Correct Answer: Finding the shortest path in a graph with negative weights
Solution:
Dijkstra\'s algorithm is not suitable for graphs with negative weights, as it can produce incorrect results.