Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yiyun-liang/percolation-simulator
https://github.com/yiyun-liang/percolation-simulator
coursera percolation princeton-cs unionfind
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yiyun-liang/percolation-simulator
- Owner: Yiyun-Liang
- Created: 2017-02-05T23:20:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-06T13:24:30.000Z (almost 8 years ago)
- Last Synced: 2024-10-15T13:02:16.531Z (2 months 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).