Algorithms

What does Bellman-Ford algorithm refer to?

Correct answer

C. An algorithm that computes shortest paths from a single source vertex in a graph, even with negative edge weights.

Explanation

Bellman-Ford algorithm refers to an algorithm that computes shortest paths from a single source vertex in a graph, even with negative edge weights.