The program "IntPart.cpp" uses the "partition" function in "IntPart.h" to compute any integer partition given enough resources.
The header file "IntPart.h" implements a restricted integer partition function "partition" to part unsigned integers into k parts in standard ISO C++20.
2025 © Guillermo M. Davila Andino
All rights reserved.