1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. Bellmann Ford Algorithm can be applied f...
Q.

Bellmann Ford Algorithm can be applied for                            

A. undirected and weighted graphs
B. undirected and unweighted graphs
C. directed and weighted graphs
D. all directed graphs
Answer» C. directed and weighted graphs
Explanation: bellmann ford algorithm can be applied for all directed and weighted graphs. the weight function in the graph may either be positive or negative.

Discussion