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.

github.com/whoiskatrin/a---algorithm-pathfinding

Problem

Audience

Updates

No founder updates yet. Check back soon.