Permutations: Difference between revisions

Content added Content deleted
Line 1,125: Line 1,125:


=={{header|C}}==
=={{header|C}}==
Non-recursive algorithm to generate all permutation. It prints them from right to left.
Non-recursive algorithm to generate all permutations. It prints them from right to left.
See a full paper here:
See a full paper here:
[https://habrahabr.ru/post/330690/]
[https://habrahabr.ru/post/330690/]