retagged by
1,399 views
0 votes
0 votes
Consider the statements True/ False

Bellman Ford algorithm reports a shortest path from source to a destination only in a directed graph which has a negative cycle.
retagged by

1 Answer

0 votes
0 votes
Bellman ford only finds whether a negative weight cycle is reachable from source or not.

Related questions

0 votes
0 votes
0 answers
1
bts1jimin asked Jan 20, 2019
1,950 views
True of FalseBellman ford algorithm correctly computes shortest path in graph with no negative edges /graph can be disconnected as well.
2 votes
2 votes
4 answers
2
Bongbirdie asked Apr 6, 2017
1,877 views
Is the below statement correct:Bellman Ford finds all negative weight cycles in the graph.This is true or false?
0 votes
0 votes
2 answers
3