eugenius1 / pool-of-zeros

Check for single pool of zeros surrounded by ones, in a matrix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pool of Zeros in a Matrix

Check for a single pool of zeros surrounded by ones, in a matrix

For example:

1111
1101
1001
1111

About

Check for single pool of zeros surrounded by ones, in a matrix


Languages

Language:C 100.0%