See the assignment turn-in page (last modified on 23 February 2010) for instructions on turning in your assignment.
The absolute deadline for turning-in Assignment 3 is Friday, 7 May at 11:30 p.m.. It is not possible to turn-in Assignment 3 after the absolute deadline.

Coordinates are assigned to node centers subject to the following constraints (“node” refers to “node center”; r is the radius of the circle used to draw the node; pictures are not to scale):


TreeTidier, and it should implement the interface given in
/export/home/class/cs-305-503/pa3/TidyTree.java
Your TreeTidier class may include other methods not given in TidyTree, but
these are ignored by the jar-file code.
You can run your code with the jar file
/export/home/class/cs-305-503/pa3/pa3.jarusing the command
$ java -classpath /export/home/class/cs-305-503/pa3/pa3.jar:. main
When run, your code is run through some tests, and, if everything went as expected, you should see an image showing how your layout matches the expected layout.
| This page last modified on 27 April 2010. |