block by bmershon c4a8380f6b3a5ae6668d

Shellsort

Full Screen

An implementation of shellsort with a visualization based off of Mike Bostock’s Quicksort animation.

Red lines indicate every hth index as the algorithm performs insertion sort for h independent interleaved sorted subsequences.

index.html

shellsort.js