Recent content by lucasfeijo

  1. L

    Finding all combination of portions of a number.

    This not-commented code is really hard to understand, could you explain the solution please? Thanks
  2. L

    Finding all combination of portions of a number.

    Is there a way to define in how many ways can I form a number by it's portions? e.g: the number 5 has 6 ways: 1+1+1+1+1 2+1+1+1 2+3 2+2+1 3+1+1 4+1 I was trying to program that and would appreciate any help! Thanks.
Back
Top