graph_algorithm icon indicating copy to clipboard operation
graph_algorithm copied to clipboard

Floyd algorithm issue

Open brucefeng10 opened this issue 7 years ago • 1 comments

This code of the Floyd algorithm is not the correct version of Floyd-alogorithm. It does not work if I change the index of node. The k loop(for k in range(length)) should be in the front.

brucefeng10 avatar Dec 21 '18 08:12 brucefeng10

oh?if possible, you can submit a pull request.

muzixing avatar Dec 22 '18 08:12 muzixing