CSS342 Spring 2006 Assignments
- Written HW 0: On Thursday, March 30, please hand in a photo of
yourself (a printout is fine) with your name written on it.
- In Program 0, you will devise a
representation for sudoku puzzles.
- You will use someone else's code from program 0, modified to use
a singly-linked list of your own design for the Square class
implementation, to implement a simple sudoku puzzle solver in program 1.
- Written HW 1 (due Thursday, April 27, in class): Do the following
exercises from Rosen: section 2.1 -- 2.1.38, 2.1.48, section 2.2 --
2.2.2, 2.2.14, 2.2.28, section 2.3 -- 2.3.2, 2.3.8, 2.3.16, 2.3.24.
- You will design a recursive equation solver for program 2.
- Written HW 2 (due Tuesday, May 16, in class): Do the following
exercises from Rosen: section 6.1 (6.1.2, 6.1.8, 6.1.10, 6.1.12,
6.1.40) and section 6.3 (6.3.4, 6.3.8, 6.3.22).
- Program 3 asks you to design an
infinite precision binary coded decimal class using linked lists.
- Written HW 3 (dur Thursday, May 25, in class): Do the following
exercises from Rosen: section 1.1 (1.1.2, 1.1.4, 1.1.16, 1.1.46),
section 1.2 (1.2.2, 1.2.10), section 1.3 (1.3.2, 1.3.24), section
1.4 (1.4.2), section 1.5 (1.5.2, 1.5.4, 1.5.6, 1.5.12, 1.5.22),
section 1.6 (1.6.2, 1.6.22), section 1.7 (1.7.4, 1.7.20), and
section 2.5 (2.5.2, 2.5.4, 2.5.6, 2.5.8, 2.5.36).
Return to the CSS342 home page.