Computer Science 210
Data Structures
Fall 2019, Siena College
Lecture 8: More ArrayList Practice
Date: Friday, September 20, 2019
Agenda
- Announcements
- zyBook Assignment 2 continues, due September 26
- Problem Set 1: due Monday
- Problem Set 2: coming out Monday morning
- Looking ahead: Exam 1 coming up on October 1, in the evening
- email me very soon if you will be unable to make it
- details coming early next week
- A look at the ArrayList documentation
- More ArrayList practice
- expanding the PocketChange example
- a memory diagram with the PocketChange example
- how would this example be different with arrays instead of ArrayLists?
- alternate design possibilities for this example
Examples