0 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. Algorithms algorithms bellman-ford true-false + – VIKAS TIWARI 1.7k views answer comment Share Follow Print See all 2 Comments 2 2 Comments reply akash.dinkar12 commented Dec 13, 2017 reply Follow flag https://stackoverflow.com/questions/14785413/can-we-apply-bellman-ford-algorithm-to-undirected-graph 0 0 replyShare Ashwin Kulkarni commented Dec 13, 2017 reply Follow flag False. BF works for undirected graphs also only condition is it shouldn't have negative wt cycle. 0 0 replyShare Please log in or register to add a comment.
0 0 votes Bellman ford only finds whether a negative weight cycle is reachable from source or not. Ekta07_GATE answered Apr 29, 2019 Ekta07_GATE comment Share Follow 0 reply Please log in or register to add a comment.