Computer Science 210
Data Structures
Fall 2018, Siena College
Lecture 24: Lists Wrapup; Review and Recaps
Date: Friday, November 2, 2018
Agenda
- Announcements
- IPH Shelter event: see email from Brianna
- reminder: no class meetings, office hours or email interaction on Monday
- reminder: quick survey about last week's meet and greet event
- reminder: exam Tuesday evening, regular office hours planned for Tuesday during the day
- Lab 7: Linked List Practice finish up by Tuesday afternoon
- Lists wrapup
- the List interface
- a look at a couple structure5 list implementations
- java.util.LinkedList
- A little review
- let's make a memory diagram (how about the recursive add in SimpleLinkedList?)
- let's write a linked list method (how about a "count of"?)
- let's check out some lab and problem set solutions