Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 289 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 289 Bytes

astar

An implementation of the A* (A Star) algorithm in C.

Setup

Source files are in the src/ directory. You can take them and do what you like with them. Or you can install cmake, and from the base directory, run:

./compile.sh 

then

./run.sh

to see it work.