/UdacityCpp-PathFinding

C++ console application to find a path between two points on a grid using "A*" (A-star) search algorithm.

Primary LanguageC++

C++ console application to find a path between two points on grid using A* search algorithm.