Floyd-Warshall algorithm: Difference between revisions

→‎{{header|C}}: 1. indent; 2. no line; 3. style consistency
(→‎{{header|C}}: 1. indent; 2. no line; 3. style consistency)
(→‎{{header|C}}: 1. indent; 2. no line; 3. style consistency)
Line 119:
C:\rosettaCode>fwGraph.exe fwGraph.txt
pair dist path
-------------------
1 -> 2 -1 1->3->4->2
1 -> 3 -2 1->3
22

edits