Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 137 Bytes

File metadata and controls

6 lines (4 loc) · 137 Bytes

Bellman-ford TODO

Does the same as Dijkstra, but

  • larger time complexity: $n^2 log n$
  • also works for graphs with negative weights