Project 2 Notes and Corrections
- 22 February 2001
It appears that the SMatrixData class also requires operator!= if you use
remove() and/or findPrevious() methods of the (sorted)linked list class.
If you require operator!=, you may add it to the list of public methods
for the SMatrixData class
- 17 February 2001
If you are planning to change LinkedList.C and or LinkedList.H you
should copy them to your directory and change them as needed for your
sorted linked list. You should be sure to submit them if you changed
them. Don't forget that ALL data members in all classes must
be private.
In short,
submit all files you created or changed. Remember, the
graders will simply type 'make' and your project must compile and link
without errors.