I’ve been experimenting with sorting algorithms recently, and I realized something: Most explanations are static. You read code, you see diagrams, but you don’t actually see what’s happening step by step. So I built a small project to explore that. https://sorting.1234567890.dev What it does The idea is simple: pick a sorting algorithm watch every step compare it with others export the resul