This visualizer shows how different sorting algorithms work step by step on a collection of data.
- Choose the sorting algorithm.
- Change the size or initial disorder of the data.
- Run the animation and compare swaps, comparisons and speed.
Sorting data may look like a single task, but each algorithm follows a different strategy. Visualizing it helps understand complexity and real behavior.

