← All projects
Educational Tool

Sort-Algorithms visualized

An interactive collection of algorithm visualizations that make sorting, graphs, and recursion accessible for visual learners.

Computer ScienceData VisualizationEducational
Sort-Algorithms visualized

Most algorithm tutorials are written for people who already think like programmers. This project is for everyone else.

Every visualization can be slowed down or paused at any time, allowing you to inspect the state of the algorithm at any given point. Recursion, in particular, becomes much less mysterious when you can actually watch the call stack grow.

Built with vanilla JavaScript and HTML. It is intentionally kept simple so that learners can also read the accompanying source code and learn from it directly.

← Back home