1,277
edits
Changes
m
Lensovet moved page CS/61b/Homework/hw5 to Computer Science/61b/Homework/hw5
==Files==
*[[/list]] package
*[[/Set.java]]
==Description==
The main() method of list.DList contains code to help test your work.
===�Part Part II (8 points)===
Your main assignment is to implement a Set ADT in Set.java. Your Set class
must use a List to store the elements of the set. Your Sets should behave like