Computer Science 210
Data Structures
Fall 2020, Siena College
Lecture 16: Linked Lists
Date: Thursday, October 1, 2020
Agenda
- Announcements
- Lab 4 due Monday
- Problem Set 3 underway
- Next zyBook assignment due on Sunday
- Some Problem Set 2 thoughts
- Linked lists
- continuing with methods of our singly-linked list
- they can be a festival of NullPointerExceptions!
- singly-linked, doubly-linked, circular, size counted vs. not.
- costs of operations
- lists in the Java API
Examples