Lab 6

Due 9:40AM November 5, 2007

  1. Implement a recursive method to print a linked list in reverse order. In other words, print the tail first and the head last.
  2. Implement a method to reverse a linked list.


Sami Rollins