A implementation of the A* search algorithm in Scheme/Racket (No visual interface) Usage Clone the repo git clone https://github.com/Tohr01/a-star Open main.rkt in an IDE such as Dr. Racket Run Start the A* search algorithm by typing in (a-star startNode targetNode graph) Example (a-star "a" "f" g)