Single-page app (vanilla HTML/CSS/JS) to visualize sorting algorithms with interactive controls.
- Animated bars with colors for compare/swap/pivot/merge/sorted.
- Controls: start/pause/resume, single-step, reset, speed, array size (10–200), presets (random/nearly sorted/reversed), number labels toggle.
- Live stats (comparisons, swaps, time) algorithm info.
- Open
index.htmlin a modern browser (double-click or drag & drop) or visit https://andr-ea.github.io/Sorting-live/ - Pick algorithm, size, and speed, click “Generate / Shuffle” then “Start”.
MIT License. See LICENSE for details.
