Compares value of Node to the parameter and returns:
-1 if the Node is less than the parameter,
0 if the Node is equal to the parameter, and
1 if the Node is greater than the parameter
Class LinkedList
A minimal LinkedList class composed of Node objects
for 15-111/200 Mastery Exam/Fall 2002
You need to add a method to this class as described
in the instructions.