Find the missing permutation: Difference between revisions

m
→‎{{header|C}}: linkified permutation sort
m (→‎{{header|C}}: linkified permutation sort)
Line 59:
 
=={{header|C}}==
Much of this code duplicates code from [[Sorting algorithms/Permutation sort#C|Permutation Sortsort]] task. Here ElementType is a char instead
of a char *.
<lang c>#include <stdlib.h>