Computer Science 210
Data Structures
Fall 2019, Siena College
Lecture 18: Lists
Date: Friday, October 18, 2019
Agenda
- Announcements
- Last zyBook Assignment now just past due
- Next zyBook Assignment due next Thursday evening
- Problem Set 3 due Monday
- Lab 5 due in labs next week
- Be on the lookout for Problem Set 4 Monday morning
- Linked lists
- it's a festival of NullPointerExceptions!
- singly-linked, doubly-linked, circular, size counted vs. not.
- costs of operations
- lists in the Java API