Question: Which of the following is NOT a characteristic of Dijkstra\'s algorithm?
Options:
Correct Answer: It can be used for negative weights
Solution:
Dijkstra\'s algorithm cannot be used for graphs with negative weights, which is a key characteristic.