cpp icon indicating copy to clipboard operation
cpp copied to clipboard

Create print_permutations_1_to_n.cpp

Open Ultra980 opened this issue 2 years ago • 2 comments

This prints the permutations of the array [ 1, 2, 3, ..., n ], in lexicographical order.

I am creating a pull request for...

  • [x] New algorithm
  • [ ] Update to an algorithm
  • [ ] Fix an error
  • [ ] Other - Describe below

Ultra980 avatar Oct 15 '23 19:10 Ultra980

From line 4: Can you set the constant NMAX to a smaller value? Or even better use a container class like “vector”?

christianbender avatar Oct 14 '24 23:10 christianbender

Please also remove lines 8 and 9

christianbender avatar Oct 14 '24 23:10 christianbender