1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. Bellmann Ford algorithm is used to indic...
Q.

Bellmann Ford algorithm is used to indicate whether the graph has negative weight cycles or not.

A. true
B. false
Answer» A. true
Explanation: bellmann ford algorithm returns true if the graph does not have any negative weight cycles and returns false when the graph has negative weight cycles.

Discussion