Due Date: Sunday, March 8, 2009.
Objective: The goal of this assignment is to practice linked lists.
Assignment:
- Exercises 2, 4, and 6, pp. 1111-1112.
- Write and test a recursive method for printing the
linked list in the reverse order (last element should be printed first).
Hint: if you know how to print the list's tail in the reverse order, how
can you use this knowledge to print the entire list in the reserve order?