Write a program to estimate the value of the percolation threshold via Monte Carlo simulation.
-
Updated
Apr 22, 2019 - Java
Write a program to estimate the value of the percolation threshold via Monte Carlo simulation.
Algorithms I solutions http://algs4.cs.princeton.edu/code/
Write a program to estimate the value of the percolation threshold via Monte Carlo simulation.
Data Structures module CA Percolation and Colinear Points
Data Structures and Algorithms
Algorithms, Part I by Princeton University - Coursera.org
Algorithms practice from Princeton
Projects developed during enrollment of Algorithms, Part I - Coursera
Coursera Algorithms course
Implements a percollation study with monte carlo simulation with a "crude" threading in brach "Threaded"
Model a percolation system using an N-by-N grid of sites. Percolation is about the problem that Given a composite systems comprised of randomly distributed insulating and metallic materials: what fraction of the materials need to be metallic so that the composite system is an electrical conductor?
A GUI program that implements a percolation algorithm. It estimates the percolation threshold through the Monte Carlo simulation technique.
Containing all the coding projects and assignments I've completed in COS 226 @ Princeton (Data Structures & Algorithms)
Explore percolation theory with this Java-based system. Simulate fluid flow using a weighted quick-union algorithm. Ideal for understanding connectivity, it finds applications in various domains. Simple, efficient, and versatile.
Add a description, image, and links to the percolation topic page so that developers can more easily learn about it.
To associate your repository with the percolation topic, visit your repo's landing page and select "manage topics."