|
General Comments:
1)
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”
2)
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.
3)
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.
4)
For any question about your grade,
please contact the TA.
|
Login ID
|
Grade
|
Comments
|
|
vs42011
|
20
|
|
|
vs42012
|
20
|
|
|
vs42013
|
18
|
Errors
in output formats and output results.
|
|
vs42014
|
20
|
|
|
vs42015
|
20
|
|
|
vs42016
|
20
|
|
|
vs42017
|
20
|
|
|
vs42018
|
17
|
Some
node has incorrect parents
|
|
vs42019
|
20
|
|
|
vs42020
|
20
|
|
|
vs42021
|
20
|
|
|
vs42022
|
20
|
|
|
vs42023
|
20
|
|
|
vs42024
|
20
|
|
|
vs42025
|
20
|
|
|
vs42026
|
12
|
Errors in output formats and
output results.
|
|
vs42027
|
20
|
|
|
vs42028
|
20
|
|
|
vs42029
|
20
|
|
|
vs42030
|
20
|
|
|
vs42031
|
-
|
|
|
vs42032
|
19
|
No
need for such testing condition in while loop of MyTree.Add()
|
|
vs42033
|
20
|
|
|
vs42034
|
20
|
|
|
vs42035
|
20
|
|
|
vs42036
|
20
|
|
|
vs42037
|
20
|
|
|
vs42038
|
20
|
|
|
vs42039
|
20
|
|
|
vs42040
|
18
|
Error
in handling input spaces.
|
|
vs42041
|
20
|
|
|
vs42042
|
20
|
|
|
vs42043
|
20
|
|
|
vs42044
|
20
|
|
|
vs42045
|
20
|
|
|
vs42046
|
16
|
Errors in output formats and
output results.
|
|
vs42047
|
19
|
Too
“if” statements in Node.add() function.
|
|
vs42048
|
20
|
|
|
vs42049
|
20
|
|
|