Chapter 4: Q10E (page 133)
You are given a directed graph with (possibly negative) weighted edges, in which the shortest path between any two vertices is guaranteed to have at most edges. Give an algorithm that finds the shortest path between two vertices u and v in time.
Short Answer
Bellman Ford algorithm in which the edges have negative weights and it finds the shortest path between two vertices in time.