Bellman–Ford algorithm (Shimbel 1955; Bellman 1958; Moore 1959) (general weights Shortest Path (Directed Graphs))
Jump to navigation
Jump to search
Time Complexity
$O(VE)$
Space Complexity
$O(V)$ words
(keeping track of distances)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word/Real RAM
Year
1959