next up previous
Next: Implement split Up: Assignment 5: Stacks Previous: Assignment 5: Stacks

Generic lists

Look over your solution to Homework 3 and my solutions from the web page:

http://rocky.wellesley.edu/cs230/solutions/hw03

Patch up any errors in your solution and continue the process of cleaning up your code and making it more presentable.

  1. Transform your list implementation into a generic list by making the cargo an Object instead of an integer.
  2. Write some client code that tests your new and improved implementation



Allen Downey
Tue Oct 10 15:33:10 EDT 2000