Two simple implementations of the Dijkstra and A* algorithms in racket.
- Racket 8.4
- DrRacket (IDE)
To download the latest stable version go to :
git clone https://github.com/04kaneki/r.star/
Open the files in DrRacket and interact with the functions through the "interaction window".
Official racket documentation: