Permutations by swapping: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: corrected a typo.)
m (→‎{{header|REXX}}: elided extraneous text.)
Line 1,194: Line 1,194:
24 1243 -1
24 1243 -1
</pre>
</pre>
'''output''' when using the input: &nbsp; 4 4 default inputs: &nbsp; <tt> 4 4 , leopard liger lion lynx </tt>
'''output''' when using the input: &nbsp; <tt> 4 4 , leopard liger lion lynx </tt>
<pre>
<pre>
═══════════permutations for 4 with 4 at a time═══════════
═══════════permutations for 4 with 4 at a time═══════════
Line 1,225: Line 1,225:
24 leopard,liger,lynx,lion -1
24 leopard,liger,lynx,lion -1
</pre>
</pre>
[A liger is a cross between a lion and tiger.]
[A '''liger''' is a cross between a lion and tiger.]
<br><br>
<br><br>