University of Toronto - Spring 1998
Department of Computer Science
CSC 148H: INTRODUCTION TO
COMPUTER SCIENCE
Assignments
Assignment handouts will be available here during the term.
Note that the printed versions of the assignment handouts,
distributed in class, generally look better than what you'll
see on this web site.
(This is because they are written using the LaTeX typesetting
language and then translated into html.)
Assignment 4: Toy Train Set
- Assignment handout
-
revision to the assignment
- Assignment announcements and advice
- Starter code:
all in one zip file
- How to unzip the starter code in Windows NT:
- Save the file A4.zip in your home directory.
- Start up an MS-DOS session.
- Type "unzip A4.zip".
- How to unzip the starter code in Unix/Linux:
- Save the file A4.zip in your home directory.
- Type "unzip A4.zip".
- Solution to Part E: big-oh
Assignment 3: Decaf
-
announcements and advice page
- Assignment
handout
Important note for :
This assignment was prepared by Scarborough professor Mendelzon, so
the handout gives the Scarborough due date: "10:00am, Wednesday, March 25".
For downtown students, the assignment is due at 6:00 that day.
- Assignment
starter code
-
marking scheme
- Solution to the proof part of the assignment
Assignment 2: Colouring Graphs
Assignment 1: The Game of Life
Note that a game of life assignment was used last term.
The present one involves the same "game", however the task that
you have been given to do is completely different.
Assignment 0: Number Systems
Back to the
csc148 home page