/print-digit-arrangement

A CLI program to generate all possible arrangements in a fixed length integer array in which all elements are different.

Primary LanguageC++

A CLI program to generate all possible arrangements in a fixed length integer array in which all elements are different.

The range of each element and the size of array are configurable in the code.

See the output file for an output example.