ALGO RACE

Visualizing efficiency • N=60 • Delay=20ms

SIZE

Bubble Sort

O(n^2)

Selection Sort

O(n^2)

Insertion Sort

O(n^2)

Quick Sort

O(n log n)

Merge Sort

O(n log n)

Heap Sort

O(n log n)