List Exercise


Use eclipse for this exercise.

Part 1

Copy all files from Files, List Exercise folder. Create a class called MyList which will hold Strings. The field in MyList is

     LLNode<String> head;

Create the following methods of MyList:

Create a class to contain main; main should do the following:

Part 2

Add the following methods to your MyList class:

Add the following to the end of your client code:



Email Me | Office Hours | My Home Page | Department Home | MCC Home Page

© Copyright Emmi Schatz 2020