Generators
Permutation Generator
Generate every ordering of n lines, where order matters.
A permutation is an arrangement where order counts: from a, b, c taken two at a time you get both 'a b' and 'b a'. Permutations always outnumber combinations, and the total grows factorially — the estimate above the editors warns you before a large run.
Options
Hard ceiling of 500,000.
InputText is processed entirely in your browser.
0lines0words0characters0 B
Output
0lines0words0characters0 B
Options explained
- Maximum values — Hard ceiling of 500,000.