I have been trying to permute set of words like {‘AB’, ‘BA’, ‘AA’,’BA’} such that words start with ‘A’ or ‘B’ and end with ‘A’ or ‘B’ as given input. And word should be of length 3(measured in words) and also 2 words are combine only if ending character of one word is same as […]
The post Permutation of words starting and ending with given character and are of given length appeared first on BlogoSfera.