I have a string and I need to generate some new strings that are not in the set I already have. What would be an efficient way to do it?
Average length of a string is 20. Alphabet contains about 100 different values.
Surely I can generate random and compare until I have a different one, but ..I think it would be an interesting exercise to devise such an algorithm.