a_star_2d library

Classes

Maze
Tile

Functions

aStar2D(Maze maze) Queue<Tile>
This algorithm works only for 2D grids. There is a lot of room to optimize this further.
heuristic(Tile tile, Tile goal) double