632-428 COM S  211
Computers and Programming
Fall 2001
680-002 ENGRD 211   3 credits


Tuesdays and Thursdays, 10:10AM - 11:00AM, Olin Hall 155

 

Home
Staff info
Recitations
News
Lecture schedule
Handouts
Assignments
Exams
About grades
Course consultants
Useful links

 

Handouts

We provide some handouts in two forms: powerpoint or adobe portable document format (pdf). It's best to use the pdf form.

  • Home-heating system simulation: about Java threads. pdf  latex

  • guest lecture on graphs, by Graeme Bailey (pdf only)

  • Discussion of prelim 2

  • Analysis of algrithms. Explains what you need to know about the topic, analyzes the time of mergesort (and quicksort in the best case), and fixes problems with quicksort.  powerpoint  pdf

  • Information on prelim I (18 October)

  • 11-16 October: Correctness (pdf only)

  • 2-4 October: GUIs, powerpoint or pdf

  • 25-27 Sept. lectures: inner classes, powerpoint or pdf
    We also give the program Applic, which implements the button and window closing using a separate class, program Applic1, which implements them using an inner class, and program Applic2, which implements that as an anonymous class.

  • 25 Sept. What's a class. Based on confusions students have had with nested and anonymous classes, we review what a class is and redo the nested class stuff. Hopefully, this will bring some enlightenment. powerpoint or pdf.

  • 18-20 Sept. lectures: interfaces, powerpoint or pdf

  • 11Sept. lecture: Review of classes and subclasses, powerpoint or pdf

  • 6 Sept. lecture: Recursion 2, powerpoint or pdf

  • 4 Sept. lecture: Recursion 1 + homework, powerpoint or pdf

  • Information sheet

  • Style guide

  • Java bootcamp slides, powerpoint or pdf