/Percolate

Coursera Algorithms / Percolation

Primary LanguageJava

Percolate

Created for the Coursera Algorithms course.

  • Percolation.java - Percolate class with the necessary methods
  • PercolationStats.java - Calculate the statistics with given trials
  • PercolationVisualizer.java - Visualize percolation on a site map

NOTE: Backwash is not handled in this solution