CS 102 (Spring '09)
[Schedule]
[Programs]
[Notes
& Reference] [Examples][Syllabus]
[Lab & TA] [Tests]
[Grades]
- TwentyFour, a simple solution; using a loop; allowing multiple attempts using another loop
- Create 24, a solution (just to the puzzle generation part)
- Knight's Court
- Decrypt and a solution
- Tic-Tac-Toe in C++, implementing undo using a linked list.
To get an idea of what you might expect, take a look at the following old assignments. Some of them have accompanying solutions as well. These programs give you examples of most of what you need to write programs in this course, as well as showing what I expect in terms of documentation. Old assignments are shown in Java and C++, depending on the semester. If links are broken in the below list, you may instead browse for the files in which you are interested.
[CS Dept] [UIC] [Prof. Reed]