← all projects
2023
C++AlgorithmsGraphs

Algorithm Visualizer

Interactive C++ visualizer for graph traversal and pathfinding algorithms. Watch BFS, DFS, and Dijkstra run in real time on a grid.

GitHub →

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.