Bubble O(n²), Merge O(n log n), Quicksort O(n log n) avg, Heapsort O(n log n) — all racing on the same shuffled array. Watch comparisons and swaps in real time.