ntnshpig / Pathfinder

Finding the shortest path from point to point is a good and useful topic at the present. This is my version of pathfinder algorithm using A* and an adjacency matrix.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Finding the shortest path from point to point is a good and useful topic at the present. This is my version of pathfinder algorithm using A* and an adjacency matrix.


Languages

Language:C 96.8%Language:Makefile 3.2%