How to Submit CS*891 Programming Assignments
Please submit your programming assignments as follows:
- Commit and push your solution to your GitLab repository, which
must be private so other students can't read it.
- Complete the Google survey form that indicates the link to your
GitLab repository so the instructor and course staff can review and
grade your solution. This form also ensures you understand the
instructions you must follow to have your program reviewed and
graded.
- Include a README.txt file that provides information that's useful
to reviewers, e.g., known bugs, problems installing/using the
skeletons, tools, etc. If you have no such problems you don't need to
include the README.txt file.
- Your code must compile and you must provide
implementations for all the methods in your Java files. Failure to
meet these requirements will result in the programs not being
reviewed/graded.
Please follow this process so that it will be easier to automatically
pull your program from GitLab, compile, run, and grade them. If you
do not follow this procedure your programs will be returned to you
unreviewed/ungraded!
Back to CS
*891 home page.