Computer Science 210
Data Structures
Fall 2016, Siena College
Lecture 09: ArrayList/Vector Implementation
Date: Monday, September 26, 2016
Agenda
- Announcements
- Addressing concerns about the course
- Hoping to have extra office hours again tomorrow afternoon
- Lab 3: Defining Classes continues
- Exam 1 Information
- during lab meeting on Wednesday, October 5
- this exam is 10% of the course grade
- topics covered are up to ArrayList/Vector
implementations (not the complexity and asymptotic analysis)
- closed book, closed notes, closed neighbors
- practice exam questions will be out Wednesday, sample
solutions will be made available outside my office door on
Monday of next week
- optional review time Tuesday evening 10/4, time and place TBA
- Lecture 08 assignment recap
- Implementing and analyzing the Vector class
Lecture 09 Assignment
Due at the start of class, Monday, October 10.
Please submit answers to these questions in
Blackboard under "Lecture 09 Assignment" by the start of
class. We will discuss these questions at the start of class, so no
late submissions can be accepted.
Write the class described in Bailey Problem 3.6, p. 65. (30
points total)
Please submit only the file BitVector.java.
Examples