Turnin instructions for homework 4 CS251 Toolbar

CS251: DATA STRUCTURES

MWF 12:30 PM, BCHM 105


CS251 Hom
e Page Instructor
s for the class Text Book f
or CS251 Your Gra
des and Grading Policy Class
Schedule Class not
es and slides Assignments and their solutions Class P
roject 
Ananth's Home Page Instructions for turning in your homework five.

Turnin the following files if you reuse the Position/Node classes instead of Locator/AVLLocator. In your README file, you should list all files that you turnin in.

AVLItem.java
AVLDictionary.java
CheckedList.java

IMPORTANT: If you change/add some codes in your LinkedBinaryTree or any other classes, you should also turnin them in. DO NOT turnin any files that you have not changed and that you got from the homework 4 solution web page
If you use Locator and AVLLocator classes, you should turnin in all above files and other files that you have changed.

Special Note: Please name you README file as README, not Readme.html, readme, or ReadMe. It makes our (TA's) grading process faster if you all name README the same way. Thank you.


Turnin instructions for Homework 5

1. Go to the directory where your java files are located.

2. Create a directory which is named with your login ID in CAPITAL LETTERS

3. Copy the java files as well as your README file to the directory

4. Use the following command to turnin your homework.
section is the pso section. It should be d1, d2, d3, or d4.
directory is the name of the directory that you create in step 2. That is, the directory is your login ID in CAPITAL LETTERS

turnin -ccs251=section directory

5. Use the -v option to check whether you sumbit your files successfully. (This is a MUST STEP. We do not want to see a non-compile program because of missing files)

turnin -v -ccs251=section

PSO1 Thursday 9:30am d1
PSO2 Thursday 11:30am d2
PSO3 Thursday 1:30pm d3
PSO4 Friday 7:30am d4

You can always resubmit your homework before the deadline by following step 2 to 4. Your previously submitted homework will be overwritten by the new one that you resubmit.