Exercise Set 4: Algorithm Analysis

Exercise 4.1 The goal of this exercise is to run some tests on common algorithms, to determine their expected running time.
Start with the code for Lab 4. At this point you should have a working version of insertion sort and merge sort for both the ArrayList and the List data structures.