Computer Science 136
Data Structures and Advanced Programming
Williams College
Fall 2005
Lecture 15: Lists
Date: October 14, 2005
Announcements
Computer Science colloquium today, 2:30 PM, TCL 206, Computer Science Faculty discuss their research.
Our first exam is Wednesday at 1:30 PM in Physics 205.
Questions?
A list of topics is available in the last section of last Friday's online lecture notes.
The old sample exam has been distributed.
Review session Monday 9:30 PM. We'll meet in the CS Lounge on the third floor of TCL.
Agenda
Lists
Wrap up
SimpleLinkedList
implementation.
Structure package lists:
SinglyLinkedList
,
DoublyLinkedList
,
CircularList
.
Examples
SimpleLinkedList