Permutations by swapping: Difference between revisions

Line 700:
</pre>
 
=== Alternative Iterative version ===
This is based on the perl6 recursive version, but without recursion.
 
Line 731:
{{out}}
The output is the same as the first perl solution.
 
=={{header|Perl 6}}==
 
503

edits