fix highlighting maybe
This commit is contained in:
parent
6444adfe97
commit
cae008347e
|
@ -22,7 +22,7 @@ provided file: <map.txt>
|
||||||
consider the intersections and roads to be a (weighted) graph and use dijkstra's algorithm to find
|
consider the intersections and roads to be a (weighted) graph and use dijkstra's algorithm to find
|
||||||
the shortest path. here is a solution in racket (because racket is good and you should use it)
|
the shortest path. here is a solution in racket (because racket is good and you should use it)
|
||||||
|
|
||||||
```racket
|
```scheme
|
||||||
#lang racket
|
#lang racket
|
||||||
|
|
||||||
(require graph)
|
(require graph)
|
||||||
|
|
Loading…
Reference in New Issue