Calculate every permutation of your letters. Save results as CSV or PDF. Very simple to use today.
| Input | Permutations |
|---|---|
| ABC | ABC, ACB, BAC, BCA, CAB, CBA |
This calculator generates permutations using recursive backtracking. It selects each character, removes it, and permutes the remainder, combining results.
Enter letters you want to permute. Optionally set max length. Click calculate. Results appear above. Use download options for CSV or PDF.
1. Can I use numbers? Yes, letters and numbers can be permuted together.
2. What is max letters? It limits output words to that length.
3. Can I download results? Yes, CSV and PDF download buttons are available.
4. Are duplicates removed? No, identical letters generate duplicate permutations.
5. Can I use spaces? Spaces are treated as characters and included.
6. How many results? All possible arrangements are calculated recursively.
7. Is there a limit? Practical limit depends on server memory; small inputs recommended.
8. Can I permute partial letters? Yes, use the max letters field to limit length.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.