Problem 1376. Find names/words that start and end with the same letter.
Solution Stats
Problem Comments
-
3 Comments
I forgot, the "ans" trick when I ran the test function, so *** it is still possible to make it with size 12 and take the lead! ***
does the word "a" in the second test suite not meet the requirements?
That's a good point. It does not, because I assumed words to be at least two letters, but I should put this information in the statement!
Solution Comments
-
1 Comment
\\s* should be replaced by [\\w-]*
-
1 Comment
tHE BEST ONE!
Problem Recent Solvers36
Suggested Problems
-
Back to basics 17 - white space
250 Solvers
-
Solve the set of simultaneous linear equations
330 Solvers
-
Determine the number of odd integers in a vector
537 Solvers
-
104 Solvers
-
511 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!