retagged by
386 views

1 Answer

1 votes
1 votes

Yes.

Limitations:

  • Dijkstra's algorithm may not work for graphs with negative weight edges.
  • Bellman Ford algorithm works for graphs with negative weight edges but not with negative weight cycle

Related questions

0 votes
0 votes
1 answer
1
Vipin Rai asked Nov 11, 2018
713 views
What is the difference between Dijkstra and Bellman Ford algorithm?Will the shortest path given by both be same in following conditions :a) All positive edge weightsb) So...