Skip to content

Percolation is the process of a liquid slowly passing through a filter. This program visualizes a system where given a grid, it opens individual cells one by one until there is a path from a bottom cell to a top cell(i.e if it percolates).

Notifications You must be signed in to change notification settings

ashritbista/Percolation-C-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Percolation (C++)

Percolation is the process of a liquid slowly passing through a filter. This program visualizes a system where given a grid, it opens individual cells one by one until there is a path from a bottom cell to a top cell(i.e if it percolates).

size visualization console
50X50 grid
100X100 grid
150X150 grid

About

Percolation is the process of a liquid slowly passing through a filter. This program visualizes a system where given a grid, it opens individual cells one by one until there is a path from a bottom cell to a top cell(i.e if it percolates).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages