CSci 160 Lab 2: Generic Linked Lists and Iterators (continued)
In this lab, you will do the following:
- Finsh lab 1, if you have not already done so.
- Listen to my description of,
and discuss the finer points of
assignment 2.
- Begin work on assignment 2. The minimum requirement for
this will be to set up the MyLinkedList and
MyArrayList classes
so that they implement the right interface, contain the
right inner classes, and compile properly (without worrying about
implementation).
Last modified: 9/13/10 by Frederic Green.