Lab 3 - Linked Lists

Due: Wednesday at 5:00pm
This lab is worth 10 points.

For Homework 2, you have to implement a linked list template class. In the lab today, implement the member functions for the ListNode class (just the ListNode class, do LinkedList as part of the homework assignment). Use the following main() function to test your ListNode implementation: lab3main.cpp You can copy this file over to your current directory with the following command:

cp /usr/users/mdanfor/public_html/cs223-w08/lab3main.cpp .

Comment out the LinkedList class in the provided template for Homework 2 while testing the implementation of the ListNode class in this lab. Email me the file(s) that have the complete definition of the ListNode class.