1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. The running time of Bellmann Ford algori...
Q.

The running time of Bellmann Ford algorithm is lower than that of Dijkstra’s Algorithm.

A. true
B. false
Answer» B. false
Explanation: the number of iterations involved in bellmann ford algorithm is more than that of dijkstra’s algorithm.

Discussion