Tag: combinatorics

  • Computing number permutations of a specific sum

    Sometime ago I needed to cope with the problem to compute all permutations of numbers which sum a to a specific value. An additional constraint was that the sum must be composed by a fixed amount of numbers. For example: compute all permnutations of four numbers witch sum up to 10. and afterwards some futher […]