Grading Criteria


Automated Tests

For transparency’s sake, below is a list of aspects of your code the automated tests will check. Your code will still be checked by a TA, and passing all these tests does not guarantee a perfect grade. Make sure you follow the conventions for isOpen and isFull in PercolationDFS and PercolationUF outlined in this writeup. We test your IPercolate implementations by seeing if they produce the same grid ours do, so if yours differ from ours you will fail many tests.

In addition to the automated tests, we will

Grading Breakdown

This assignment is worth 40 points.