Sorting Examples

This is a series of examples that were discussed in class. A selectionSort method was developed, to sort an array of int, then of String, and finally of Objects that implement the Comparable interface. We also created a Fraction class so that it implemented Comparable, but we haven't tested it yet.

Here is the documentation, and the code.

  1. SortMethods
  2. Tester
  3. StringTester
  4. Fraction