/Shortest-Path-Finding-Algorithm

A-Star Algorithm to find the shortest path of two provided nodes. An algorithm for Artificial Intelligence in games

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Shortest-Path-Finding-Algorithm

This is an implementation of A-Star Algorithm to find the shortest path of two provided nodes. This is widely used algorithm for Artificial Intelligence in Games and in general.