mgrettondann 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
S
Description
C++ Solutions to the Partridge problem
Apache-2.0
362 KiB
Languages
C++ 69.2%
Python 29.2%
CMake 1.6%