Turnin instructions for homework 2 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 two.
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
For example, if your login ID is abc, then you will use the following command

mkdir ABC

3. Copy the java files to the directory
For example,

cp UnCheckedList.java ABC

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.

turnin -ccs251=section directory
For example,
turnin -ccs251=d1 ABC

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

If you want to make sure that your homework is submitted successfully, you can use the following command. Again, section is d1, d2, d3, or d4.

turnin -v -ccs251=section

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.