Homework

iconTurn in HW7 Homework 7 (Huffman)

Due Thursday August 19, 11:59pm PST.

Specification:
Provided Files:
Debugging Help: Remember that in jGRASP you can use a structure viewer to see what your tree looks like. You do so by dragging one of your fields from the debug window outside the window and jGRASP will launch a viewer. This viewer will show you the structure of the tree, but may not show you the contents of the nodes. You can fix this by selecting the wrench icon ("Configure the structure to view mapping"). Under "Value Expressions" say:
_node_.<field>

Where "<field>" is the name of the field you want to view. You can also say:

_node_.<field1>#_node_.<field2>
Helpful diagrams: Your jGRASP debugger won't look exaclty like this, but the characters, frequencies, and positions of nodes in the tree should match.
FAQ / Help:
Links:

iconTurn in HW6 Homework 6 (20 Questions)

Due Thursday, August 12, 11:59pm PST.

Specification:
Starter File:
Supporting Files: Client program
short question file from spec
huge question file
all of the above
FAQ / Help
Links:

iconTurn in HW5 Homework 5 (AnagramSolver)

Due Thursday August 5, 11:59pm PST.

Specification:
Supporting Files:
Sample logs :
Sample trace :
FAQ / Help
Links:

iconTurn in HW4 Homework 4 (GrammarSolver)

Due Thursday July 29, 11:59pm PST.

Specification:
Supporting Files:
Testing Your Solution:
FAQ / Help
Links:

iconTurn in HW3 Homework 3 (AssassinManager)

Due Thursday July 15, 11:59pm PST.

Specification:
Supporting Files:
Sample logs :
FAQ / Help
Links:

iconTurn in HW2 Homework 2 (Guitar Hero)

Due Thursday July 8, 11:59pm PST.

Specification:
Supporting files :
FAQ / Help
Links:

iconTurn in HW1 Homework 1 (Letter Inventory)

Due Thursday July 1, 11:59pm PST.

Specification:
Testing Programs:
FAQ / Help