Floyd-Warshall algorithm: Difference between revisions

Content added Content deleted
Line 2,514: Line 2,514:
{{works with|Scheme|R7RS small}}
{{works with|Scheme|R7RS small}}


I have run this program successfully in Chibi, Gauche, and CHICKEN 5 Schemes. (CHICKEN 5 is not natively R7RS, but there is an R7RS extension.)
I have run this program successfully in Chibi, Gauche, and CHICKEN 5 Schemes. (One may need an extension to run R7RS code in CHICKEN.)


<lang scheme>;;; Floyd-Warshall algorithm.
<lang scheme>;;; Floyd-Warshall algorithm.