/Percolation

Write a program to estimate the value of the percolation threshold via Monte Carlo simulation.

Primary LanguageJava

Percolation

algorithms-part1, first week, programming
Write a program to estimate the value of the percolation threshold via Monte Carlo simulation.

Example to run the codes.

Run PercolationStats: """ java PercolationStats 200 200 """