Skip to content

emrebesogul/a_star_is_rising

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a_star_is_rising

A Star Algorithm Implementation in C

Compile with GCC:

gcc -c -o A_Star_Algorithm.o A_Star_Algorithm.c

gcc A_Star_Algorithm.o -o A_Star_Algorithm

Execute the generated program:

./A_Star_Algorithm ./S_001_Daten_Modified.csv startCoordinateX startCoordinateY goalCoordinateX goalCoordinateY (or other .csv file)

where startCoordinateX startCoordinateY goalCoordinateX and goalCoordinateY are integer values representing start and goal field in the lab

Currently only running with a cropped .csv file such as the example file

About

A Start Algorithm Implementation in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%