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