This is continuation to my question here. I find that complexity of this problem increases as the number of repeating letters increases. For example, consider the below problem.
How many arrangements of the letters in the word PQRDDDEEEEFFFFF have no consecutive letter the same?
Note:I have gone through all similar problems here and well aware of the common methods used. However, I could not apply any of the methods learned for the above problem. Please help, how to solve the above problem without using Jair Taylor's formula.
