1.

The running time of Bellmann Ford algorithm is lower than that of Dijkstra’s Algorithm.(a) True(b) FalseI have been asked this question in an interview for internship.I'd like to ask this question from Shortest Path topic in portion Shortest Path of Data Structures & Algorithms II

Answer»

The correct choice is (B) False

The explanation is: The NUMBER of iterations INVOLVED in Bellmann FORD Algorithm is more than that of Dijkstra’s Algorithm.



Discussion

No Comment Found

Related InterviewSolutions