My question is not language specific. I'm having issues with getting the loop to process permutations. I'm attempting to code something to display all values for 26^x
where x
is the length of a string. No input string will be supplied so if x=1
, it'll display a through z, if x=2
itll display aa through zz. az is seen as different from za.
More specifically, I'm wanting to run this for longer strings, 100+ characters in length in an attempt to see how many strings of a given length containing words as opposed to random letters.