Daniel-Norman / Pathfinding-Cpp

Simple pathfinding of a small 2D graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pathfinding

Simple pathfinding of a small 2D graph.

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

About

Simple pathfinding of a small 2D graph

License:MIT License


Languages

Language:C 76.0%Language:C++ 24.0%