akash-ind / Percolation

Percolation can be thought as seeping system in which we make holes to connect top and bottom. It is an assignment from course taken from Princeton university of algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Percolation

A Scientific Experiment in which we get to know the probablities of liquid seeping through Grid of Bricks. We will notice that after opening half of random sites the probablity of seeping of liquid down to bottom is almost 1.

How To Use

For Linux open the terminal in the repository and just open using ./a.out. Then follow the instructions.

About

Percolation can be thought as seeping system in which we make holes to connect top and bottom. It is an assignment from course taken from Princeton university of algorithm


Languages

Language:C++ 100.0%