HW10: Multi-Threaded Linecounter due Mon 20 Nov 10:00

\begin{purpose}
This assignment is intended to impart several skills and concept...
... is any performance improvement from using threads.
\end{enumerate}\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 text files you will put in your test directory are here: https://josephus.hsutx.edu/classes/ds/source/textfiles.zip

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

Sample Output

Here is a small snippet of the output produced by my program for this assignment:
test/8files/albums-latin.txt has 9 lines
test/8files/albums-misc.txt has 471 lines
test/8files/albums-christian.txt has 435 lines
test/8files/albums-all.txt has 4500 lines
test/8files/students.txt has 7509 lines
test/8files/albums-rock.txt has 638 lines
test/8files/albums-classical.txt has 43 lines
test/8files/bible.txt has 82472 lines
---------------------------------------------
Files processed: 8
Time elapsed   : 0.184
---------------------------------------------

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:

Correctness/Completeness
Full credit is earned if the program meets all requirements and if it works correctly without any needed tweaks or modifications.
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.