Back to the 2019 paper

Module 3: Greedy, Dynamic Programming and Other Paradigms

20192m

An all-pairs shortest-paths problem is efficiently solved using:

  • (i) Dijkstra's algorithm
  • (ii) Bellman-Ford algorithm
  • (iii) Kruskal algorithm
  • (iv) Floyd-Warshall algorithm

Similar questions