The goal of this lab is to review and practice using linked lists.
Make a directory for this lab and move into it. Copy given the code from the course directory.
mkdir lab3 cd lab3 cp /homes/tvandrun/Public/cs245/lab4/* .
Finish InsertionL.java
.
Finish SelectionL.java
.
Observe your code using the experiment found
in Experiment.java
.
Turn in a type script of all the files you've
changed and of Experiment
running.