Given a string of digits, insert commas to create a sequence of strictly increasing numbers so as to minimize the magnitude of the last number. For this problem, leading zeros are allowed in front of a number. The solution is not necessary unique, see test2.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers8
Suggested Problems
-
5052 Solvers
-
Get the area codes from a list of phone numbers
1072 Solvers
-
Generate N equally spaced intervals between -L and L
943 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
13743 Solvers
-
Return the names and values of the input arguments of a function
31 Solvers
More from this Author12
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Would [1,11] be a valid answer for test 3?