Overview
Real-time visualization of classic graph algorithms on an interactive grid. Built in C++ with a focus on correctness and visual clarity.
Algorithms
BFS, DFS, Dijkstra's shortest path. Each step is animated so you can watch the frontier expand and the path form.
Stack
C++, SFML.