Problem 466. Compress strings (not springs)
Please remove excess space, limit one space between others, and no space before punctuation marks.
- For example, 'Trendy , Cody , Contest .'
- should be ---- 'Trendy, Cody, Contest.'
Solution Stats
Problem Comments
-
1 Comment
goc3
on 12 Dec 2016
Additional test cases were provided.
Solution Comments
Show commentsProblem Recent Solvers205
Suggested Problems
-
272 Solvers
-
341 Solvers
-
251 Solvers
-
951 Solvers
-
Implement a bubble sort technique and output the number of swaps required
299 Solvers
More from this Author100
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!