Skip to content

C++ and Python implementations of A Star graph search algorithm

Notifications You must be signed in to change notification settings

mohamedbanhawi/A_star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

A* graph search Algortithm

Implementations

  • Python (2.7)
  • C++11

Instructions

-Python:

python a_star_search.py

-C++:

mkdir build && cd build

cmake .. && make

./astar

Todo

  • External map input
  • Display path and cost
  • Graphical representation of path and environment

About

C++ and Python implementations of A Star graph search algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published