CS120
Assignment #13 (there is no Assignment 12)

Due Dec. 1st.

For this lab you will be extending your linked list. Use the same node class you created in lab 12 (or lab 13 if you have completed it), which should already contain the following:

For this assignment add the following functions to the node class:

Turn in: Your code and sample output showing that both types of delete work.