given radix r(2-9), digts d(1-4), give all possible strings in sorted order. for example, if r=2, d=2, then output {'00' '01' '10' '11'}. Please try the general solution. The test suite will be modified to ensure further debuggering.
Good Problem !!
1917 Solvers
given 3 sides, find area of this triangle
600 Solvers
263 Solvers
Make a random, non-repeating vector.
1121 Solvers
Flag largest magnitude swings as they occur
524 Solvers