This project visualises sorting random numbers using 4 different algorithms: bubble (slowest), insertion, selection and quicksort (quickest!) Switch on turbo mode, press either the b, i, s or q keys and watch the numbers get sorted!
Insertion sort is honestly the most satisfying.