SortTest
This driver opens up an example that test to ensure Sort works and is stable.
- Initially there is a random group of numbers (1 to 3) each with a randomly assigned
color (dark blue, med blue, light blue)
- The left sort button sorts by the number label
- The right sort button sorts by color shade
To test, play with the buttons, first sort one way, then the other. Notice that the sorting from
the previous way is maintained when you sort by both ways. Of course hit randomize to reset.