/A_Star-algorithm-in-Python

The A-star algorithm is a graph search algorithm to find the shortest path from one node to another. More info on A-Star search algorithm : https://en.wikipedia.org/wiki/A*_search_algorithm

This repository is not active