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 Solvers11
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2822 Solvers
-
Is my wife right? Now with even more wrong husband
1348 Solvers
-
Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
2141 Solvers
-
GJam 2013 Veterans: Ocean View (Small)
20 Solvers
-
36 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?