1. Generating Unique Anagram Orderings with Repeated Letters
Word Game DesignerBackground
A game designer needs to verify all distinct 4-letter arrangements formed by the letters in 'A, A, B, C'.
Problem
Manual calculation often produces duplicate arrangements due to the repeated letter 'A'.
How to use
Set Mode to 'Permutations (all orderings)' and enter 'A, A, B, C' in the Items input.
mode: permutations, items: A, A, B, COutcome
Calculates an exact count of 4!/2! = 12 distinct permutations and lists them in lexicographic order from 'A A B C' to 'C B A A'.