Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 229 Bytes

File metadata and controls

4 lines (3 loc) · 229 Bytes

IntegerPartitionExperiments

Starting at 1, and multiplying by an integer M or adding consecutive powers of an integer S, how many ways can a target integer Z be reached?

Look at comments in Executor/Program.cs for explanations