[FrontPage] [TitleIndex] [WordIndex

Note: You are looking at a static copy of the former PineWiki site, used for class notes by James Aspnes from 2003 to 2012. Many mathematical formulas are broken, and there are likely to be other bugs as well. These will most likely not be fixed. You may be able to find more up-to-date versions of some of these notes at http://www.cs.yale.edu/homes/aspnes/#classes.

2005-04-18

Sample solutions for CS223/Assignments/HW09 are now available on its page.

2005-04-13

CS223/Assignments/HW10 is now available.

2005-04-12

Sample solutions for CS223/Assignments/HW08 are now available on its page.

2005-04-09

A public test script for CS223/Assignments/HW09 is now available in /c/cs223/Hwk9/test.public on the Zoo. The *.in files in the same directory are inputs to compress, with the matching *.out files the corresponding outputs. You can also use the *.out files as inputs to decompress to get the *.in files as outputs.

2005-04-06

CS223/Assignments/HW09 is now available.

2005-04-04

Sample solutions for CS223/Assignments/HW07 are now available on its page.

2005-04-02

Sample solutions for CS223/Assignments/HW06 are now available on its page.

2005-03-29

CS223/Assignments/HW08 is now available.

2005-03-30

If you turned in CS223/Assignments/HW06 before 8pm on March 24th, and your assignment passed all tests in the initial public test script, but failed all or most of the tests in the revised test script that was posted after you turned it in, please send mail to aspnes@cs.yale.edu if you have not done so already.

2005-03-27

Some additional clarifications have been added to the Hints section of CS223/Assignments/HW07.

2005-03-27

Test cases 08.in, 09.in, and 10.in for /c/cs223/Hwk7/test.public have changed. The output files for two of these cases had been incorrect due to undetected integer overflow in the program used to generate them.

2005-03-24

The initially posted version of CS223/Assignments/HW07 erroneously described how the input on stdin is terminated. The correct behavior is that your program should read all characters up to end-of-file.

2005-03-24

Some bugs in /c/cs223/Hwk6/test.public.run.c have been fixed. This may change the expected outputs for some tests in test.public.

2005-03-24

CS223/Assignments/HW07 is now available. The public test script is in /c/cs223/Hwk7/test.public on the Zoo.

2005-03-24

A typo in frobol.h from CS223/Assignments/HW06 has been fixed, both on the web page and in the copy in /c/cs223/Hwk6/frobol.h on the Zoo. The typo was in several declared function argument names. Since these are ignored by the compiler, the change should not affect your code in any way.

2005-03-21

A public test script for CS223/Assignments/HW06 is now available as /c/cs223/Hwk6/test.public on the Zoo.

2005-03-21

Solutions for CS223/Assignments/HW05 are now available.

2005-03-19

Solutions for CS223/Assignments/Exam1 are now available on its page.

2005-03-16
We apologize for the long and unexpected server downtime. It should be stable now.
2005-03-02

CS223/Assignments/Exam1 has been graded; grades are in Grade-o-Matic. If you took the exam but do not see a grade in Grade-o-Matic, please let me know---I have one exam with no name on it. (If you did not take the exam but should have, please let me know too.)

2005-02-28

CS223/Assignments/HW06 is now available. It is due after break.

2005-02-17

A public test script for CS223/Assignments/HW05 is now available as /c/cs223/Hwk5/test.public on the Zoo.

2005-02-16

CS223/Assignments/HW05 is up.

2005-02-15

More clarifications and examples have been added to the CS223/Assignments/HW04 page.

2005-02-15

A sample solution is now available on the CS223/Assignments/HW03 page.

2005-02-13
[from Hong Ge] TA office hour on Monday(02/14) is changed to 9:00am - 11:30am.
2005-02-10

A new page CodingHints contains some suggestions about coding and debugging that might be helpful for the assignments.

2005-02-09

CS223/Assignments/HW04 is up.

2005-02-09

A sample solution is now available on the CS223/Assignments/HW02 page.

2005-02-03

CS223/Assignments/HW03 is now available. It is due Thursday, February 10th, at 11:00pm.

2005-02-01

A sample solution is now available on the CS223/Assignments/HW01 page.

2005-01-28
Please welcome Hai Fang as a TA for the course. See below for information and office hours.
2005-01-26

CS223/Assignments/HW02 is now available. It is due Thursday, February 3rd, at 11:00pm.

2005-01-24

All but one of the test inputs and outputs have been split out of test.rle into files in /c/cs223/Hwk1/tests in the Zoo. For each file inXX, the output of your program should match outXX exactly. You can test if the output is exactly the same by running e.g. ./rle < /c/cs223/Hwk1/tests/inXX > testXX and then diff testXX c/cs223/Hwk1/tests/outXX (or by just running test.rle).

2005-01-23
[From Hong Ge] TA office hour on Monday(Jan.24th) is changed to Tuesday(Jan.25th) 9:00am-11:30am
2005-01-20

CS223/Assignments/HW01 now includes some notes on printing integer values in C.

2005-01-18
[From Hong Ge] TA office hour on Wednesday(Jan.19th) is changed to 9:00am-11:30am
2005-01-16

Style issues came up quite a bit in lecture on Friday, so I've put up some notes on programming style in C/CodingStyle, including the checklist we will probably use when we start doing style grading.

2005-01-10

Instructions for running the public tests have been added to CS223/Assignments/HW01.

2005-01-10
By popular demand, the deadline for programming assignments is now 11:00 pm.
2005-01-10

CS223/Assignments/HW01 is now available. It is due Thursday, January 27th at 11:00 pm.


2014-06-17 11:58