UMD Logo

Data Structures
CMSC 420 (Section 0201), Fall 2003

 

Home

 

Project part #2 grades

General Comments:

1)      Please check the comments beside your grade. For the later projects, you will be penalized if you still have the same problems.

2)      You have to submit, in addition to the makefile file, a script (batch) file called make_all that only compile your files. For example if you program in C/C++ and have a makefile, then the make_all should be similar to:
          #!/bin/sh
          make
and if you have java code, it should be similar to:
          #!/bin/sh
          javac kdcreate.java
Make sure that make_all is executable by using “chmod u+x make_all

3)      The executable program must match the name given in the description. For example, in project part #1, the executable file name must be “kdcreate”, and for project part #2, the name must be “findloc”, etc.

4)      All the parameter required by the program as describe in the description (e.g input file name) will be given as a command line parameters.

5)      For any question about your grade, please contact the TA.

Login ID

Grade

Comments

vs42011

20

 

vs42012

20

1) Your executable filename must match the one given in the posted sample runs (your file should be name ‘findloc’ instead of ‘FindLoc’).
2) Please follow the output file format given in the posted sample run.

vs42013

20

 

vs42014

20

1) Create make_all file.

vs42015

20

1) Rename make_all.pl to make_all and fix it

vs42016

20

 

vs42017

20

 

vs42018

15

1) Returns incorrect results for some cases.

vs42019

20

1) Create make_all file

vs42020

20

 

vs42021

20

 

vs42022

20

 

vs42023

20

1) Your executable filename must match the one given in the posted sample runs (your file should be name ‘findloc’ instead of ‘Main’).

vs42024

20

 

vs42025

20

1) Your executable filename must match the one given in the posted sample run (your file should be name ‘findloc’ instead of ‘Main’).

vs42026

20

 

vs42027

20

 

vs42028

19

1) Your executable filename must match the one given in the posted sample run (your file should be name ‘findloc’ instead of ‘Main’).
2) The program submitted prints the whole tree first!!! Stick to the required output format.

vs42029

20

 

vs42030

20

 

vs42031

-

 

vs42032

20

1) Create make_all file

vs42033

20

1) Your executable filename must match the one given in the posted sample run (your file should be name ‘findloc’ instead of ‘Main’).

vs42034

20

 

vs42035

20

 

vs42036

20

 

vs42037

20

 

vs42038

20

 

vs42039

20

 

vs42040

20

1) Create make_all file

vs42041

20

 

vs42042

20

1) Create make_all file.
2) Your executable filename must match the one given in the posted sample run (your file should be name ‘findloc’ instead of ‘Main’).

vs42043

20

 

vs42044

10

1) Error in compilation.

vs42045

20

 

vs42046

20

 

vs42047

10

1) Submitted Late.

vs42048

20

 

vs42049

10

1) Change the build_all.sh to make_all.
2) Move make_all and findloc to the top directory of your directories structure.
3) Submitted Late.

 

 

Academic Honesty:

 

 


Web Accessibility