computer science II
c m s c 214  
f a l l   2 0 0 1  

Project 4 Checklist

  1. You should have the following files in your tarfile. All the files from Project 4 (see its checklist), plus

    Note: Don't submit any driver files (i.e., any files that use "main()"), other than main.cpp.

  2. Does your README contain which extra credit you did, if any?

  3. Does your makefile make p4? Does it AVOID making other executables? (It should only make p4).

  4. Make sure you have REMOVED any references to:
    #include <vector>
    #include <algorithm>
    
    in all files submitted. Points will be deducted if you are still using STL vector or STL algorithms (such as sort).

  5. Have you added sufficient comments? (Don't wait until last minute to add them).

  6. Did you use the style guide to new files?

  7. Did you use helper functions? Did you make sure not to have excessively long functions?

  8. Did you test your project with various inputs?

Web Accessibility