In lecture today, the following topics were covered:
- the LinkedList destructor
- the utility of re-using other methods (such as deleteFirst() in the destructor)
- the idea of iterators
- the beginning of a class definition for a LinkedList iterator
Source code for the iterator will be uploaded over the next few days.