Question: Which of the following is NOT a limitation of Dijkstra\'s algorithm?
Options:
Correct Answer: It finds the shortest path from a single source
Solution:
Dijkstra\'s algorithm is designed to find the shortest path from a single source to all other nodes, which is one of its primary functions.