Permutations: Difference between revisions

Content deleted Content added
Line 1,065: Line 1,065:


=={{header|C}}==
=={{header|C}}==
Non-recursive algorithm to generate all permutation. It prints objects in lexicographical order. A paper here:
Non-recursive algorithm to generate all permutations. It prints objects in lexicographical order. A paper here:
[https://habr.com/post/354790/]
[https://habr.com/post/354790/]
<lang c>
<lang c>