Vidyalelo
Data Structure · Q38

Graphs

Programming · Data Structure · question 38

Q38

How does the Bellman-Ford algorithm handle negative weight edges?

A.
It ignores them.
B.
It converts them into positive weights.
C.
It can handle them but not negative weight cycles.
Answer
D.
It requires all edges to be non-negative.

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board