You must attend the lab every week.
You should complete at home any part of the lab you did not finish during the lab time. At times,
we expect that the lab has to be finished at home: The goal is to give you a guidance in how to apply
the concepts we have learned in a concrete situation, and the lab materials act as a tutorial.
Week | Labs | Date |
---|
|
Data Definitions; Loops, Accumulator style programs
| 1/11 |
|
Eclipse IDE. Data definitions for simple classes,
classes with containment, unions, self-reference, mutual reference.
Design recipes for classes.
| 1/18 |
|
Methods for classes. Designing methods
| 1/25 |
|
Abstract classes; World library.
| 2/1 |
|
Methods as Objects
| 2/8 |
|
Intergrity of data: constructors, privacy modifiers, exceptions.
Assignment and Stateful Classes.
| 2/15 |
|
Stateful Classes, Imperative Methods;
Testing the effects; Abstracting over the data type.
| 2/22 |
|
Designing to interfaces; ArrayList;
Reading and writing Javadocs.
| 3/8 |
|
Designing programs with iterators: recursion vs. iteration; ArrayList; Java loops
| 3/15 |
|
Using Java libraries and algorithms: Overriding toString and equals; Using JUnit;
Writing Javadocs.
| 3/22 |
|
Sorting algorithms; Priority Queue and HeapSort; Graph Algorithms
| 3/29 |
|
Stress tests: Sorting out Sorting.
| 4/5 |
|
User Interactions: Console, GUI.
| 4/12 |
|
Project Code Walks.
| 4/20 |