Question: What is the main limitation of Dijkstra\'s algorithm?
Options:
Correct Answer: It cannot handle negative weight edges.
Solution:
The main limitation of Dijkstra\'s algorithm is that it cannot handle graphs with negative weight edges, as it may lead to incorrect path calculations.