Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 321 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 321 Bytes

A*

This is a implemention of A star search algothrim in C

How to build

make

How to run

There are serveral data files [data.txt,data2.txt,data3.txt,data4.txt] with different graphs in them and paths.

./main data.txt

Build documention

doxygen