Algorithms

Which term refers to an algorithm that computes shortest paths from a single source vertex in a graph, even with negative edge weights?

Correct answer

A. Bellman-Ford algorithm

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.