Monday, December 27, 2010

The xSortLab Applet

SORTING a list of items -- that is, arranging the items into increasing or decreasing order -- is a common operation. It is also the most common example in the "analysis of algorithms," which is the study of computational procedures and of the amount of time and memory that they require. The xSortLab applet knows five different sorting methods.

http://math.hws.edu/TMCM/java/xSortLab/