Question: Which of the following is NOT a valid application of Dijkstra\'s algorithm?
Options:
Correct Answer: Finding the minimum spanning tree
Solution:
Dijkstra\'s algorithm is not used for finding the minimum spanning tree; algorithms like Prim\'s or Kruskal\'s are used for that purpose.