Frontend / Education2024
Featured Project
Sorting Algorithm Visualizer
Visual tool for helping users understand how various sorting algorithms operate. All operations are highlighted and slowed down for a meaningful understanding.

Problem
Recursive and iterative sorts can be hard to read in motion, especially when comparisons and swaps need to be surfaced in a way that actually teaches the algorithm.
Solution
I built an educational visualizer with implemented algorithms, controlled speed and batch settings, and colored highlighting to make comparisons and swaps legible as the sort progresses.