Hey guys,
Anyone have any code, or psuedo code that would make the following scenerieo?
Strings A, B, C
Create as many combinations of the 3 strings
so long as the length of the entire new string is less than MAXLENGTH.
Example:
String A="a" B = "ab" C="ba";
combinations
a
aa
aaa
ab
aba
abba
. . .
Any ideas guys?
Anyone have any code, or psuedo code that would make the following scenerieo?
Strings A, B, C
Create as many combinations of the 3 strings
so long as the length of the entire new string is less than MAXLENGTH.
Example:
String A="a" B = "ab" C="ba";
combinations
a
aa
aaa
ab
aba
abba
. . .
Any ideas guys?
Comment