CS21 Week12 In-Class Exercises for Tuesday

This week we are going to continue looking at the LinkedList class.

If you have not already done so, create a week11 subdirectory in your cs21 subdirectory, and from your week11 subdirectory, copy over my week11 files if you have not already done so:

% cd  
% cd cs21
% mkdir week11
% cd week11
% pwd 
% cp ~newhall/public/cs21/week11/* .   

  1. We will start with looking at the search operations.

  2. Finally, we will look at an algorithm for inserting elements in sorted order into the list.