Computer Science 210
Data Structures
Fall 2018, Siena College
Lecture 09: ArrayLists
Date: Monday, September 24, 2018
Agenda
- Announcements
- There is a good chance I will move my Tuesday office hours to Thursday this week - watch your email
- zyBook assignment from last Friday due tomorrow (Ch. 9, Sections 6-20).
- Lab 2: Working with Classes due today
- Problem Set 2
- create all repositories and form all groups by today
- due in a week
- Exam 1 Information
- Tuesday evening, October 2, Roger Bacon 202, start between
6 and 8, finish between 8 and 10
- topics covered are up to ArrayList/Vector
implementations we are discussing this week
- closed book, closed notes, closed neighbors
- any reference material you might need will be provided
with your exam paper
- practice exam questions will be out Wednesday, sample
solutions will be made available outside my office door later
- Lab 1: Array Practice recap
- Quiz 1 recap
- The ArrayList/Vector ADT
- motivation and basic idea
- important methods
- convert our "Spells" example to use one
Terminology
- extensible
- vector/array list
Examples