Problem 1696. Morse Code Generator! Try it!
Solution Stats
Problem Comments
-
3 Comments
please either fix it or remove it from the Strings II badge list
The test suite should be working now. I fixed the parentheses problem mentioned in the other comments (it should now recognize left and right parentheses as different). There were also seven spaces between words in the test suite, though the encoded description indicated five—that has been fixed, as well.
American Morse for letters but International one for punctuation + other mixups, to fix
Solution Comments
-
3 Comments
I think this test suite is broken, Even if I return a copy of y_correct the assertion fails. Also the answer for test 2 is incorrect, the '(' is wrong both parens are the code for ')'. running the test code in my matlab the assertions do not fail.
You are correct that the test suite is messed up. I just submitted one with the correct Morse Code string for '(' [which failed], and one with the incorrect substitution [which passed].
Andrew Dobrovolc was right, the "(" is confused with ")".
Problem Recent Solvers61
Suggested Problems
-
Return a list sorted by number of occurrences
2078 Solvers
-
Reverse the Words (not letters) of a String
406 Solvers
-
7587 Solvers
-
Remove element(s) from cell array
989 Solvers
-
There are 10 types of people in the world
759 Solvers
More from this Author17
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!