Skip to content

lzoeckle/lists

 
 

Repository files navigation

Comp 124 Lists Lab

Fork this project, and complete the list class

For MyArrayList:

  1. Complete add(o) (unit test 1 and 2 should pass)
  2. Complete expand() (unit tests 1, 2, and 3 should pass)
  3. Complete add(i, o) (all 4 unit tests should pass)

For MyLinkedList:

  1. Complete the get() method (unit test 1 and 2 should pass).
  2. Complete the add(i, E) method (unit tests 1 - 3 should pass).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%