% 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.