sansyrox / algorithm-ds

MIT License
8 stars 18 forks source link

Added A* path finding algorithm in python #25

Closed sairajchouhan closed 4 years ago

sairajchouhan commented 4 years ago

A* pathfinding algorithm - arguably the best pathfinding algorithm; uses heuristics to guarantee the shortest path much faster than Dijkstra's Algorithm

sairajchouhan commented 4 years ago

hey @sansyrox checkout the algorithm make sure you merge to master if you find some value out of it

sansyrox commented 4 years ago

@sairaj2119 , this looks really good. Can you add some comments on the top of the file to describe its purpose?

sairajchouhan commented 4 years ago

Yeah...sure

sairajchouhan commented 4 years ago

hey @sansyrox I did my best to explain the algorithm in the simplest way check it out 😁

sansyrox commented 4 years ago

Great Job @sairaj2119 🔥 . Merging it