Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 401 Bytes

File metadata and controls

5 lines (5 loc) · 401 Bytes

PartitionFunction

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.