Permutation algorithm in the form of..

Posted by Jacques on Stack Overflow See other posts from Stack Overflow or by Jacques
Published on 2010-05-14T13:04:11Z Indexed on 2010/05/14 13:54 UTC
Read the original article Hit count: 276

Filed under:
|
R= repeats allowed -> 2
A= alphabet (1-10)
S= space = 4;

So we want example:

[1][1][4][5]
[1][7][4][5]
[5][1][4][5]

But need a fancy math formula to calculate this and all combinations ?

© Stack Overflow or respective owner

Related posts about permutation

Related posts about algorithm