Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Mike Bostock a92535ce8b Sort example improvements.
Simplify the implementation of parallel merge-sort, so that we have one pass per
swap across chunks. Use a data join so that the elements are translated rather
than rotated, since this better conveys the underlying sort. Auto-play the
animation in parallel, and restart a few seconds after it finishes.
2011-04-30 15:56:03 -07:00
Jason Davies f049cb0eaf Add parallel option to merge sort example.
This simply shows the merges happening in parallel.
2011-04-29 16:09:56 +01:00
Jason Davies 249c4f2f0f Add animated merge sort example.
Inspired by the phrase "reminiscent of wind gusting over tall grasses" in
<http://vis.stanford.edu/protovis/ex/sort.html>.

It seemed abominable not to animate the swaying tall grasses!
2011-04-29 15:14:55 +01:00