RosettaCodeData/Task/Dijkstras-algorithm/Racket/dijkstras-algorithm-2.rkt

3 lines
84 B
Racket
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Distances from a: ((b 7) (d 20) (a 0) (c 9) (f 11) (e 26))
Shortest path: (a c d e)