@ms-cs-Ab8svl
•
Oct 13, 2024
Oct 13, 2024
1.1K
base-n series generator for a given number
for example if my input is 2,then series shuould be, 00,01,10,11,etc.,
if my input is 10,then series shuould be,1,2,3,4,5,etc.,
is there any general mechanism in mathematics to find these numbers...