Shell’s Sort

Visualization and “audibilization“ of Shell’s Sort algorithm. Sorts a random shuffle of the integers [1,100] using Shell’s sort with Sedgewick’s gap array. More information on the “Sound of Sorting“ at
Back to Top