Matthew Gretton-Dann d85a5ae57e Change the iteration method used.
We stop using function calls to move down an index but instead use a for
 loop.

This actually provides a slight performance improvement as we are not
repeated making and destroying function frames.
2025-08-31 17:40:30 +01:00
2025-08-31 17:40:30 +01:00
Description
C++ Solutions to the Partridge problem
112 KiB
Languages
C++ 98.7%
CMake 1.3%