Percolation is a little pet project assignment. Princeston has a course on Coursera dubbed 'Algorithms part 1,' by Sedgewick and Wayne. Link to assignment here. What lies in this repository is the ...
This project implements a simulation to model a percolation system and estimate the percolation threshold using Monte Carlo simulations. Percolation models are commonly used in scientific research to ...