https://github.com/yiyun-liang/percolation-simulator
https://github.com/yiyun-liang/percolation-simulator
coursera percolation princeton-cs unionfind
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yiyun-liang/percolation-simulator
- Owner: Yiyun-Liang
- Created: 2017-02-05T23:20:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-06T13:24:30.000Z (over 9 years ago)
- Last Synced: 2025-01-28T20:12:00.797Z (over 1 year ago)
- Topics: coursera, percolation, princeton-cs, unionfind
- Language: Java
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# percolation-simulator
A program that estimates the value of the percolation threshold via Monte Carlo simulation.


It is based on [Coursera Algorithms by Princeton University](http://coursera.cs.princeton.edu/algs4/assignments/percolation.html).