Skip to content

MasonDavis96/PercolationModel

Repository files navigation

Percolation Model

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.

What I Learned

  • .jar file usage
  • API adherance
  • More advanced algortihm usage and manipulation

Usage

Run Command:

javac -cp algs4.jar *.java
java -cp .:algs4.jar PercolationVisualizer [.txt file]

About

A program that simulates the effects of water percolation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages