Question: What is the main disadvantage of Dijkstra\'s algorithm?
Options:
Correct Answer: It cannot handle negative weights
Solution:
The main disadvantage of Dijkstra\'s algorithm is that it cannot handle graphs with negative weight edges, which can lead to incorrect results.