Post-Lab
Conclusion
This lab (hopefully) made you wary of using destructive list operations unless you really need the benefits in efficiency they provide.
This lab should also should have given you more practice with tracing through code that involves the use of pointers. Query your partner to figure out how to do this most productively.
Homework Submission
Submit AbstractListNode.java for homework as hw10. We will be checking to make sure that your code meets our timing efficiency standards from part 3.