Linked Lists

The goal of this lab is to give you a bit more experience with linked lists. For this lab, you will extend the LinkedList implementation that you submitted for homework. Add a function countRecursive that recursively counts the number of nodes in the list and returns the total. You should also make sure to test the function(s) you write. Email me (srollins@mtholyoke.edu) your completed code by Friday, 4/7/06 - 5pm.
Sami Rollins