13 lines
319 B
Text
13 lines
319 B
Text
|
|
;Task:
|
||
|
|
Write a program that generates all [[wp:Permutation|permutations]] of '''n''' different objects. (Practically numerals!)
|
||
|
|
|
||
|
|
|
||
|
|
;Related tasks:
|
||
|
|
* [[Find the missing permutation]]
|
||
|
|
* [[Permutations/Derangements]]
|
||
|
|
|
||
|
|
|
||
|
|
{{Template:Combinations and permutations}}
|
||
|
|
<br><br>
|
||
|
|
|