- Objective - To create a class which can
add,remove,get, and check if itcontainselements. - Purpose - To gain familiarity the
java.util.Listand Generic Structures
- Begin by forking this project into a personal repository.
- To do this, click the
Forkbutton located at the top right of this page.
- To do this, click the
- Navigate to your github profile to find the newly forked repository.
- Clone the repository from your account into your
~/devdirectory. - Open the newly cloned project in a code editor (Visual Studio Code, for example).
- Ensure that each of the test classes passes with 100% success rate.