Computer Science 210
Data Structures
Fall 2020, Siena College
Lecture 18: More on Linked Lists; Iterators
Date: Tuesday, October 6, 2020
Agenda
- Announcements
- Need to be making lots of progress on Problem Set 3
- zyBook assignment 5 due Sunday
- finish up Lab 5 for next week
- Linked lists
- iterators
- options: singly-linked, doubly-linked, circular, size counted vs. not.
- costs of operations (copy and fill in this shared document)
- lists in the Java API
Examples