/Pathfinding-Cpp

Simple pathfinding of a small 2D graph

Primary LanguageCMIT LicenseMIT

Pathfinding

Simple pathfinding of a small 2D graph.

Currently uses the console to display the graph and Dijstraka's algorithm to find the path.