for each one: in place? adaptive? stable? swaps. comparisons. random example. best case example. worst case example.

Quicksort discussion

used by chrome.

Mergesort discussion

used by firefox and safari.
helpful: http://stackoverflow.com/questions/2967153/space-requirements-of-a-merge-sort

Shellsort discussion

several ways to pick gap width, but dependence on input data makes gap selection trivial.

Selection sort discussion

http://stackoverflow.com/questions/15799034/insertion-sort-vs-selection-sort
finds upstram minimum and swaps with current.

insertion sort discussion

how is this different from bubble and selection.
swap. highlight. fade.

bubble sort discussion

how is this different from insertion and selection sorts.
swap. highlight. fade.