/r.star

A simple implementation of the A* algorithm in racket.

Primary LanguageRacket

r.star

Two simple implementations of the Dijkstra and A* algorithms in racket.


Table of contents


Technologies

  • Racket 8.4
  • DrRacket (IDE)

Download

To download the latest stable version go to :

git clone https://github.com/04kaneki/r.star/

Setup

Open the files in DrRacket and interact with the functions through the "interaction window".


Credits

Official racket documentation:


License