Skip to content
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.
/ a_star Public archive

An A* algorithm implementation in C++ for 2D grids.

Notifications You must be signed in to change notification settings

fesoliveira014/a_star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A* Implementation

This is an A* implementation I did in my spare time. It requires C++11 in order to run.

This implemetation works for 2D grids and uses the Manhattan Distance heuristic. Note that it was made in a way that the heuristics is detached from the algorithm, so it can be changed if required.

About

An A* algorithm implementation in C++ for 2D grids.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages