Exercises

October 30 - November 6 2006

  1. Implement a method to recursively count number of nodes in a linked list.
  2. Implement a method to reverse a linked list.
  3. Implement a method that takes as input two integers representing node positions and swaps the specified nodes.

Sami Rollins