A program that utilizes the Weighted Quick Union Find algorithm to simulate the effects of water percolation from top to bottom
NOTE: The .txt files and the PercolationVisualizer.java class were provided. I had no involvement in the creation of that code, they were simply utiized by my Percolation.java class to draw the simulation.
- .jar file usage
- API adherance
- More advanced algortihm usage and manipulation
Run Command:
javac -cp algs4.jar *.java
java -cp .:algs4.jar PercolationVisualizer [.txt file]