Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 287 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 287 Bytes

Percolation

Monte-Carlo Simultion

Console testing application:

  1. Size of square can be from 1 to 180, because pogramm use rand() function for generation, and 181 * 181 > RAND_MAX.
  2. 0 - block side, 1 - empty side, 2 - empty and full side.
  3. Step-by-step mode is unavailable.