Permutations by swapping: Difference between revisions

→‎{{header|C++}}: Author & Date info left to version history of page.
(→‎{{header|C++}}: Author & Date info left to version history of page.)
Line 90:
/*
Name : The following code generates the permutations of first 'N' natural nos.
Author : Hrushikesh Vasista (hmvasista@gmail.com)
Date : 23-09-13 23:54
Description: The value of 'N' can be set through #define N.
The permutation are displayed in lexical order, smallest to largest, with appropriate signs
Anonymous user