Dijkstra’s Algorithm

  • Explanation
  • Difference between Prim’s algorithm
    • Dijkstra’s algorithm can work on both directed and undirected graphs.
    • Prim’s algorithm only works on undirected graphs.