Find the missing permutation: Difference between revisions

Content added Content deleted
m (→‎{{header|C}}: linkified permutation sort)
Line 59: Line 59:


=={{header|C}}==
=={{header|C}}==
Much of this code duplicates code from Permutation Sort task. Here ElementType is a char instead
Much of this code duplicates code from [[Sorting algorithms/Permutation sort#C|Permutation sort]] task. Here ElementType is a char instead
of a char *.
of a char *.
<lang c>#include <stdlib.h>
<lang c>#include <stdlib.h>