Computer Science 501
Data Structures and Algorithm Analysis
Fall 2014, The College of Saint Rose
Lecture 2: Associations, Vectors/ArrayLists
Date: Tuesday, September 2, 2014
Agenda
- Announcements
- Lab 1: Conway's Day of the Week Calculator [HTML] [PDF] recap
- A simple data structure: the Association
- The Vector (now usually the ArrayList instead)
- Lab 2: Practice with Vectors [HTML] [PDF] out
Readings and References
Terminology
- reusability
- preconditions and postconditions
- vector
- cast
- autoboxing/autounboxing
Examples