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
-
Return elements unique to either input
808 Solvers
-
Return a list sorted by number of consecutive occurrences
428 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
884 Solvers
-
Calculate compression ratio of engine
219 Solvers
-
420 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?