RosettaCodeData/Task/Permutations/00DESCRIPTION

12 lines
316 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
;Task:
Write a program that generates all   [[wp:Permutation|permutations]]   of   '''n'''   different objects.   (Practically numerals!)
;Related tasks:
*   [[Find the missing permutation]]
*   [[Permutations/Derangements]]
2013-06-05 21:47:54 +00:00
{{Template:Combinations and permutations}}
2016-12-05 22:15:40 +01:00
<br><br>