Question: What happens if Dijkstra\'s algorithm encounters a negative weight edge?
Options:
Correct Answer: It will return an incorrect path.
Solution:
Dijkstra\'s algorithm does not handle negative weight edges correctly, which can lead to incorrect paths.