AndreiBalanici's blog

By AndreiBalanici, history, 4 years ago, In English

Does Floyd-Warshall Algorithm work on graphs with negative edges?

  • Vote: I like it
  • 0
  • Vote: I do not like it

| Write comment?
»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Yes, it works. It can be also used to detect negative cycles.