Skip to content

Inspired from the famous Visualizer Project by Clément Mihailescu. Implemented the similar concept in Python using PyGame library. Created a 2-D grid of nodes. The user can then place barriers between the start and end point. The user can choose BFS, DFS, A* and Dijkstra to find the path between them.

Notifications You must be signed in to change notification settings

MS-LEGACY/Algorithm_Visualization_In_Python

Repository files navigation


image

Screen for Grid
image
Start node coloured as red node.
image
End node represented in Royal Blue colour.
image
Wall node represented in Black colour
image
Visualization of BFS algorithm
image
Visualization of DFS algorithm
image
Visualization of Dijkstra algorithm.
image
Visualization of A* Search algorithm.
image
If no route is found the following message is displayed.

About

Inspired from the famous Visualizer Project by Clément Mihailescu. Implemented the similar concept in Python using PyGame library. Created a 2-D grid of nodes. The user can then place barriers between the start and end point. The user can choose BFS, DFS, A* and Dijkstra to find the path between them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages