×

Multiple-Choice Questions

Which of the following problems cannot be solved using Dijkstra's Algorithm?

10. Which of the following problems cannot be solved using Dijkstra's Algorithm?

  1. Shortest path in a city map
  2. Optimal network routing
  3. Handling graphs with negative weight cycles
  4. Efficient airline route planning

Answer

The correct answer is: C) Handling graphs with negative weight cycles

Explanation

Dijkstra's Algorithm does not work correctly with graphs with negative weight cycles.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.