Computer Science 210
Data Structures
Fall 2018, Siena College
Lecture 22: More Linked Lists and Iterators
Date: Monday, October 29, 2018
Agenda
- Announcements
- Handout list complexity handout to be filled in
- More linked lists
- singly linked list wrapup
- iterators
- circular lists
- doubly linked lists
- list interfaces
- implementations in structure5
Examples