whoiskatrin / a---algorithm-pathfinding

A* is an informed search algorithm, or a best-first search, meaning that it solves problems by searching among all possible paths to the solution (goal) for the one that incurs the smallest cost (least distance travelled, shortest time, etc.), and among these paths it first considers the ones that appear to lead most quickly to the solution.

Repository from Github https://github.comwhoiskatrin/a---algorithm-pathfindingRepository from Github https://github.comwhoiskatrin/a---algorithm-pathfinding

This repository is not active

About

A* is an informed search algorithm, or a best-first search, meaning that it solves problems by searching among all possible paths to the solution (goal) for the one that incurs the smallest cost (least distance travelled, shortest time, etc.), and among these paths it first considers the ones that appear to lead most quickly to the solution.


Languages

Language:C# 100.0%