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.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers44
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2814 Solvers
-
Project Euler: Problem 3, Largest prime factor
1790 Solvers
-
108 Solvers
-
Implement simple rotation cypher
1096 Solvers
-
Construct an index vector from two input vectors in vectorized fashion
449 Solvers
More from this Author99
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Good Problem !!