Architgupta001 / Hacktoberfest-2021

15 stars 129 forks source link

Shortest Pathfinding Visualisation using Python. #221

Open ghost opened 2 years ago

ghost commented 2 years ago

The shortest path finding visualization between 2 points built using python. The user marks the start and end points. The user can also mark some obstacles. The algorithm finds the shortest path from the start to the end avoiding the obstacles.

ghost commented 2 years ago

@Architgupta001 I'd like to work on this issue as part of the ongoing Hacktoberfest 2021. Thank You!