Matthew Gretton-Dann 355c4211aa Fix bug in largest_square: y direction
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.
2025-09-01 11:30:16 +02:00
2025-08-31 17:40:43 +01:00
2025-09-01 11:30:16 +02:00
Description
C++ Solutions to the Partridge problem
112 KiB
Languages
C++ 98.7%
CMake 1.3%