Create Combination Generator
Create a Combination Generator class that, given a number of digits and a max value, will return all possible combinations of that number of digits from 1 to the max value.
Create a Combination Generator class that, given a number of digits and a max value, will return all possible combinations of that number of digits from 1 to the max value.