CS-151 Labs


Lab 3. My ArrayList


In this lab, you will implement your first data structure - ArrayList. You will exercise the use of Java Generics and practice writing test cases for your program.

After this lab you should be able to:

You would need to create and submit the following files:

Let’s get started with a warmup!