C M S C 2 1 4
C o m p u t e r S c i e n c e I I
F a l l 2 0 0 2
Project #1 Specifications
While there are many tasks in this project, the main task is to learn how to write doubly linked lists and array lists.
You will need to write three classes:
Item
Stores a food item (each food item has some points).
ItemSortedList
A container class which stores food items in sorted order by the name of the item. This is case-insensitive.
ItemArrayList
A container class which stores food items in unsorted order.
The following are the specifications.
Item class
ItemSortedList class
ItemArrayList class
See the class syllabus for policies concerning email
Last Modified:
Friday September 13, 2002
Web Accessibility