CS21 Week8 In-Class Exercises

Create a week8 subdirectory in your cs21 subdirectory, and from your week8 subdirectory, copy over my week8 files:
% cd  
% cd cs21
% mkdir week8
% cd week8
% pwd 
% cp ~newhall/public/cs21/week8/* .   

We will start by looking at the InsortTry.java file together.

This file has some timing code in it, so once we test our Insertion Sort implementation for correctness, we will try timing how long it takes to sort different sized arrays.