Computer Science 210
Data Structures
Fall 2018, Siena College
Lecture 19: Linked Lists
Date: Monday, October 22, 2018
Agenda
- Announcements
- Quiz 3 (and a shorted lab assignment) coming in lab this week:
a little more Big O, a recursive method
- Finish up the Ch. 13 and Ch 14.1-14.4 J+DS zyBook assignment by Wednesday
- Lab 5: Searching and Sorting due this afternoon
- Problem Set 4
- form groups, create repositories, etc. by today, submission in one week
- a quick look at the Movie Info example
- Problem Set 3 recap (note GitHub glitches)
- Linked lists
- more on our RatioList recursive structure
- general purpose recursive structures
- a simple singly linked list
Examples