Problem 1641. ABBREVIATION
Solution Stats
Problem Comments
-
2 Comments
In the swecond test case, you have:
x ='The Propose is to Make ABBREBIATION';
y_correct = 'T P M A ';
Are "is" and "to" to be ignored, or should the rule be "Only abbreviate words that begin with capital letters?"
In this problem it is assumed that every word in the input string with more than two letters starts with an uppercase letter. All the test cases in the examples have this convention.
Solution Comments
-
1 Comment
magic
Problem Recent Solvers88
Suggested Problems
-
417 Solvers
-
250 Solvers
-
342 Solvers
-
Remove entire row and column in the matrix containing the input values
226 Solvers
-
Find last zero for each column
333 Solvers
More from this Author16
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!