CSC175 Introduction to Algorithms and Data Structures
Spring 2019
Homework 5




For any program that you implement in Java, hand in printouts of your source code as well as the output of your test cases.

Correctness counts for 40% of your grade. Test cases (which should include both "normal" and "special" cases) count for 30% of the grade. Readability counts for 30%. Choose appropriate names for your identifiers. Use comments (Javadoc style), preconditions, postconditions and indentation appropriately. Follow the programming conventions/guidelines we discussed.

The assignment should be done individually.


[Back to the Assignments Index]