Animated visualizations of Quicksort, Comb sort, Gnome sort, Selection sort, Bubble sort and Bogosort.
See it live http://bl.ocks.org/3809399
- Array values are represented by line height and color.
- Current location in a traversal is represented by a pink bar above the array item.
- Item swaps are signified by a bar of the same color as the array item above that item.
Built with D3.js. Adapted from Mike Bostock's Quicksort.
- Install nvm
- nvm use v0.8.8
- npm install -g grunt
- npm install
- grunt