I know that I can get the number of permutations of items in a list without repetition using
(n!)
How would I calculate the number of unique permutations when a given number of elements in n
are repeated.
For example
ABCABD
I want the number of unique permutations of those 6 letters (using all 6 letters).
permutations
with keywordrepetition
will find many other related posts. TheMississippi
problem is something of a classic. – hardmath Apr 26 '16 at 17:23