Hi,
I have a 2D array (as in the image) and I need to find if the left side is connected to the right side.
I've created an object for each "1" with four boolean fields (up, right, down, left),...