Permutations: Difference between revisions

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