Permutations: Difference between revisions

m
added whitespace before the TOC (table of contents), added a ;Task: (bold) header.
m (added whitespace before the TOC (table of contents), added a ;Task: (bold) header.)
Line 1:
{{task|Discrete math}}
 
Write a program that generates all [[wp:Permutation|permutations]] of '''n''' different objects. (Practically numerals!)
;Task:
Write a program that generates all   [[wp:Permutation|permutations]]   of   '''n'''   different objects.   (Practically numerals!)
 
;Cf.
* [[Find the missing permutation]]
* [[Permutations/Derangements]]
 
 
<br>
''';See Alsoalso:'''
{{Template:Combinations and permutations}}
<br><br>
 
=={{header|360 Assembly}}==
{{trans|Liberty BASIC}}