/a-star-search

Sample implementations of a-star search algorithm

Primary LanguagePythonMIT LicenseMIT

a-star-search

Sample implementations of A* search algorithm

Path finding has always been one interesting topic that has many usages or can serve different purposes, a fun one could be maze solving, but regardless of the application, coding one it's also a challenging task that can help us to polish our skills and allow us to learn a few trick along the way.

This repository serves as my playground where I can share my experience as I try to learn how to implement A* search.

I will try to explain the code as comments and some reasoning behind it, please bear with me. 😁

DISCLAIMER: Credit goes to redblobgames, its amazing tutorials and detailed explanations allowed me to have a better grasp of the theory, don't forget to visit: https://www.redblobgames.com/pathfinding/a-star/introduction.html

Select one of the following languages (more to come... 👍):