Matthew Gretton-Dann 706baf9048 Don't immediately store pretty squares
The initial implementation of the code stored squares in the grid in a
"pretty" form.  This is a complicated bit of code and slowed down the
code slightly.

Now we just store the size of the current square in the grid.  This
reduces the code complexity, and offers a slight performance
improvement.

We still output a prettified version of the grid, as we can generate
that from a grid populated with just square sizes.
2025-09-01 17:43:51 +02:00
2025-08-31 17:40:43 +01:00
2025-09-01 17:43:51 +02:00
Description
C++ Solutions to the Partridge problem
112 KiB
Languages
C++ 98.7%
CMake 1.3%