355c4211aa370ad593513f8abc23b71f16e27892
We were not taking into account that the largest_square may be constrained by the y position as well as the x. i.e. is there enough vertical space for the square. This commit adds that check. We were working before because C++ is not memory safe, and we weren't running debug builds.
Languages
C++
69.2%
Python
29.2%
CMake
1.6%