creating a mask
#1
Bug 
I have to generate a mask in which a character is not repeated more than twice,and no two character comes together,what should I do?

for e.g:If the characters are a,b,c and the word length is 3,the combinations should not contain strings like:aab,caa,bbc,ccc e.t.c


Messages In This Thread
creating a mask - by slayerdiangelo - 06-28-2017, 01:56 PM
RE: creating a mask - by philsmd - 06-28-2017, 03:37 PM
RE: creating a mask - by slayerdiangelo - 06-28-2017, 07:02 PM
RE: creating a mask - by slayerdiangelo - 06-28-2017, 07:04 PM
RE: creating a mask - by atom - 06-29-2017, 10:58 AM