Tag Archives: counting

All Combinations Without Repetitions

A method is to generate all Combinations of a set with distinct elements is described, then it’s C Language implementation is presented. Continue reading

Posted in Coding Discussions, Computer Science | Tagged , , , | 3 Comments

r-Permutations With Repetitions

A method is to generate all r-Permutations of a set with distinct elements is described, then it’s C Language implementation is presented. Also a 20 Digit Decimal counter is coded to show a use, which can also be extended to a ‘n’ Digit Decimal counter. Continue reading

Posted in Coding Discussions, Computer Science | Tagged , , , | 8 Comments