my head

Compare all sort algorithms

Back to algorithms list.

This page visualizes multiple sorting algorithms side by side, all running on the same dataset. It allows for a direct, animated comparison of their execution speed and behavior.

How it works

  • Start/Stop – Begins the animation for all algorithms simultaneously and stops it when clicked again.
  • Reset – Stops and resets all animations to their initial state.
  • Randomize – Stops and generates a new randomized dataset for all algorithms.

You should visist this side with a larger screen, to have a better overview.

bubblesort

more details

insertionsort

more details

mergesort

more details

quicksort

more details

selectionsort

more details

shellsort

more details