AStarPathfinding A* Algorithm implemented in C++ 'S' is the starting point; 'F' is the ending point; '#' are the walls; '.' is the closed set; 'X' is the generated path;