There is a more recent offering of this course. This is an archive of the
course which was offered in Spring 2018.
CS2852
Class Exercises
Week 2 Class Exercises
## Due Sunday, 3/18/18 11pm
Your performance on this activity will count as your week 2 quiz score.
## Assignment
Starting with the `LinkedList` implementation developed in class, provide
implementations for the following methods:
* `clear()`
* `indexOf(Object)`
* `remove(Object)`
* `set(int, E)`
* `toArray()`
## Submission
Email your `LinkedList.java` source file to your instructor.