RosettaCodeData/Task/Permutations/00DESCRIPTION
2016-12-05 22:15:40 +01:00

11 lines
316 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>