ð#Syntax10.Scn.FntõõSortDemo - graphical animation of basic sorting algorithms SortDemo.Open SortDemo.OpenDotView SortDemo.Randomize ^ 10 100 1000 SortDemo.Recall * SortDemo.ReverseOrder * SortDemo.QuickWorstOrder * SortDemo.SetCompareCost ^ 0 10 100 400 SortDemo.Bubble * SortDemo.Select * SortDemo.Insert * SortDemo.Shell * SortDemo.Quick * SortDemo.Heap * SortDemo.Smooth * Open opens a new animation viewer. Randomize * randomizes the data in the star marked animation viewer. Recall * recalls the disorder generated by the last call of Randomize. ReverseOrder * brings data into reverse order. QuickWorstOrder * brings data into worst order for quick sort. SortDemo.SetCompareCost n sets delay for comparisons to n time units. Edit.Open SortDemo.Mod