Examveda

Which of the following algorithms is best suited for finding the shortest path in a graph with negative edge weights?

A. Dijkstra's Algorithm

B. Floyd-Warshall Algorithm

C. Bellman-Ford Algorithm

D. A* Algorithm

Answer: Option C


Join The Discussion

Related Questions on Graph Algorithms (DFS, BFS, Dijkstras, etc)