Name ___________________________
CSCI 2720
Data Structures
Spring 2007
Grading Sheet for Project 3 -- Encoding/Decoding
The main program
____/40 Reads in and encodes input file
____/40 Reads in and decodes compressed file
Style and form
____ /10 Code contains appropriate comments.
Header comments indicate author, date, name of file, purpose
of class or code.
Appropriate error-checking and error-handling.
Readable, maintainable code.
No "extraneous" code.
____ /10 Submission includes all necessary files, including makefile.
Program compiles and runs without modification.
"Readme" file provides sufficient documentation to
execute program.
______/100