Home
Teaching
 
CSU 213 Sp '05
General
Texts
Syllabus
Assignments
Communication
Blog
Labs
Ofc Hrs
Advice

Syllabus

The table specifies the topics we will cover in each week. Make sure to read the relevant sections of the text for a given week. Read as much as possible before you come to class and lab.

There is no specific text for the second half of the course. You will learn a lot from reading Java documentation and from the lab materials. At this point you have to take responsibility for your own learning.

The week starts on Wednesday and ends on Tuesday.

WeekTopic of the WeekDetailsDates
1     
Classes of Data Data definitions: class, union, containment, inheritance; Constructors, class diagrams; Examples of data. 1/5, 6, 10
2     
Methods for Simple Class Hierarchies Self-referential data; Methods for simple classes, classes with containment; Design recipe for class definitions. 1/12, 13
3     
Methods for Class Hierarchies Methods for union of classes and classes that represent self-referential data; Design recipe for methods. 1/19, 20, 24
4     
Methods and Equality Methods for complex data; Equality of self-referential data 1/26, 27, 31
5     
Abstracting through Object Lists of Objects; Classes to represent Java program 2/2, 3, 7
6     
Abstractions Abstracting with Object, Interfaces, and Function Objects 2/9, 10, 14
7     
Function Objects Function Objects; Scheme Loops in Java 2/16, 17, 21
8     
Accumulators Design recipe for methods with accumulator; Circlularly referential data 2/23, 24, 3/7
9     
Abstracting Traversals Abstracting traversals: Iterators; Exceptions; Direct access structures 3/9, 10, 14
10     
Understanding and Conquering Complexity Algorithm complexity; Visitor pattern 3/16, 17, 21
11     
Value Based Data Structures Maps, hash tables, trees 3/23, 24, 28
12     
Data Structures and Algorithms: Java Collections Priority Queues; Java Collections Hierarchy 3/29, 31, 4/1
13     
User Interactions GUI Interactions, Web Interactions 4/6, 7, 11, 13

last updated on Wed Mar 16 08:44:52 EST 2005generated with PLT Scheme