Skip to content

Instantly share code, notes, and snippets.

@gadeweever
gadeweever / gist:9583370
Last active August 29, 2015 13:57
Keybase Auth
### Keybase proof
I hereby claim:
* I am gadeweever on github.
* I am gadeweever (https://keybase.io/gadeweever) on keybase.
* I have a public key whose fingerprint is D7A3 A1D1 22E3 51A8 16A1 B4BA DCA4 FBCF 4C67 65C9
To claim this, I am signing this object:
//constants
int lowRange = 2;// first pin
int highRange = 3;// this is one more than actual for loop calc effic.
// it is also the last pin number
int currentDepth = 0;// sets equal to the current vertical distance
int waterarray[5][5]= {{1,1,1,1,1},
{1,1,0,1,1},
{1,0,0,0,1},
{1,1,0,1,1},
{1,1,1,1,1}};