Bryn Mawr College
CS 206: Data Structures
Spring 2010
Course Materials
Prof. Deepak Kumar

Information
Texts  Important Dates  Assignments  Lectures  Grading Links

General Information

Instructor: Deepak Kumar, 246 Park Hall, 526-7485
E-Mail: dkumar at cs brynmawr dot edu
WWW: http://cs.brynmawr.edu/~dkumar

Lecture Hours: Tuesdays & Thursdays , 10:00a to 11:30a
Room: Park 336 (WE WILL CONTINUE TO MEET IN ROOM 336)
Lab: TBA in Room 231 (additional lab hours will also available, see below)

Laboratories:


Texts & Software


Important Dates

January 19: First lecture
March 4: Exam 1
April 27: Last lecture
April 29: Exam 2


Assignments

Unless explicitly specified, all assignments are due at the beginning of the class (BY 10:15a sharp) on the date due. No credit will be awarded for any late work.

For all programming exercises, hand in a printout of your program file along with a printout of the screen output of your program showing an example run. On the top of every program include the following comment header:

/* Name:     Your Name 
   Exercise: Exercise#
   Date:     Date assigned        
   
   Purpose:  A short description of the program/exercise.  

*/
  1. Extra Credit Assignment#1 (Due on Thursday, January 21): Write and run the car loan program. Hand in a print out of the program along with a couple of sample runs.
  2. Assignment#1 is posted (Due on Tuesday, January 26, 2010). Click here for details.
  3. Assignment#2 is posted (Due on Tuesday, February 2, 2010): Click here for details.
  4. Assignment#3 is posted. (Due on Tuesday, February 9, 2010): Click here for details.
  5. Assignment#4 is posted (Due on Thursday, February 25): Click here for details.
  6. Assignment#5 is posted (Due on Thursday, February 25): Click here for details.
  7. Assignment#6 is posted (Due on Tuesday, March 30):Click here for details.
  8. Assignment#7 is posted (Due on Thursday, April 15): Click here for details. (Note: Part#2 is due on Tuesday, April 20)


Lectures



Grading

All graded work will receive a grade, 4.0, 3.7, 3.3, 3.0, 2.7, 2.3, 2.0, 1.7, 1.3, 1.0, or 0.0. At the end of the semester, final grades will be calculated as a weighted average of all grades according to the following weights:

Exam 1: 20%
Exam 2: 25%
Labs & Written Work: 55%
Total: 100%


Links

The graphics.py file

HTML documentation of graphics.py

A database of color names


Created on January 18, 2010.