/algorithm-princeton-partI

Solution to problem assigments of Data Structures and Algorithms - Part I by Princeton University offered in Coursera platform

Primary LanguageJava

Data Structures and Algorithms - Part I

Solution to problem assigments of Data Structures and Algorithms - Part I by Princeton University offered in Coursera platform

Assignment #1

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.