Skip to content

Tohr01/a-star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

A implementation of the A* search algorithm in Scheme/Racket (No visual interface)

Usage

  1. Clone the repo
git clone https://github.com/Tohr01/a-star
  1. Open main.rkt in an IDE such as Dr. Racket
  2. Run
  3. Start the A* search algorithm by typing in
(a-star startNode targetNode graph)

Example

(a-star "a" "f" g)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages