An interactive Jupyter Notebook game that visualizes and finds the shortest path across a campus using graph theory algorithms like BFS, DFS, and Dijkstra’s Algorithm.
This educational tool helps computer science students and enthusiasts visualize how different pathfinding algorithms explore a graph space. Watch as algorithms traverse a grid in real-time, revealing ...