Solution to problem assigments of Data Structures and Algorithms - Part I by Princeton University offered in Coursera platform
This assignment implements the Percolation using a UnionFind data structure. You should view the Checklist also containing frequently asked questions and hints.
Don't forget to add in your classpth the algs4.jar as it contains the necessary data structures to be used in the assignment.