RosettaCodeData/Task/Permutations/00-TASK.txt
2023-07-01 13:44:08 -04:00

12 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>