keon / algorithms

Minimal examples of data structures and algorithms in Python
MIT License
24.07k stars 4.61k forks source link

Add A* pathfinding algorithm #841

Open nolanderc opened 2 years ago

nolanderc commented 2 years ago

Similar to dijkstra's algorithm, but uses a heuristic to improve performance.

aakash27032001 commented 2 years ago

Hello..! I would like to work on this, I request you to assign this task to me.

catfukumaru commented 1 year ago

I just sent a pull request. Please look at it and get back to me if you want it or not and why.

Egentond commented 2 months ago

Can I work on this