You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some solutions to this exercise will look for the top corners of the
rectangles, making sure they are connected by a horizontal line, then go
on to walk down the left and right side to find corners at the same row,
in which case a rectangle is detected. These solutions sometimes fail to
check that the bottom two corners are connected by a horizontal line.
This test case will catch that as well as missing left, right or top
sides as well.
0 commit comments