HW05: Generic Linked List due Mon 02 Oct 10:00

\begin{purpose}
This assignment gives an introduction to writing a generic conta...
...with an existing code base.
\item Make code generic.
\end{itemize}\end{purpose}

Context

In all you do please remember that being a part of CSCI@HSU means DOING THE RIGHT THING.

So, do this assignment in a way that demonstrates integrity, develops competence, is correct, and honors God ... because what we do matters!

Allowed and Disallowed Resources

In completing this assignment you MAY use/access the following resources:

You may NOT use/access:

Failure to abide by these guidelines will result in a zero for the assignment and the incident will be reported to the university provost as a violation of the university academic integrity policy. A second incident of academic dishonesty (whether from this course or another computer science course) will result in an F in the course.

Overview

The instructions for the assignment are given here: https://youtu.be/uLlQ7BWvU3I

After watching the video, create a hand-written UML diagram. Take a picture of it for your records and give the physical document to the instructor on the day the assignment is given (NOT the due date).

Grading

Prior to the due date you will push your completed work to your repository where it will be graded. Your program will be graded according the following criteria:

Correctness/Completeness 19 pts
Documentation/Conventions 3 pts
Unit Tests 6 pts
Version Control 2 pts
Total 30 pts

Here are details regarding expectations for each category listed above:

Documentation/Conventions
Full credit is earned if all classes and methods are documented using JavaDoc format and if Java programming conventions are followed. The specific guidelines can be found here: https://hsutx.instructure.com/files/folder/courses_13381?preview=3026424
Unit Tests
Full credit is given if every major section of code is covered by unit tests that provide excellent coverage of the functionality of the the program. This may require some refactoring of your code to allow for programmatic measurement of its components.
Version Control
Full credit is given if there are a reasonable number of commits throughout the assignment (one commit is not enough) and if those commits have been pushed to your bitbucket account prior to the due date.