A robust, interactive visualization tool built with Pygame that demonstrates and compares various graph searching and pathfinding algorithms. Users can interactively define a grid, place obstacles ...
This project is a Python-based visual tool for exploring Dijkstra’s algorithm on a 2D grid. I created it as a way to better understand pathfinding algorithms in real-time, and to incorporate ideas ...