Problem 78. Implement a ROT13 cipher
Solution Stats
Problem Comments
-
3 Comments
Miles Walker
on 15 Nov 2019
Why does the "t" not change in the second word of the second test? The correct answer has an unchanged "t"?
Yin
on 18 Mar 2020
I'm wondering the same thing. The letters in the second word are not rotated!
Yin
on 18 Mar 2020
OK, I see that the '& l t ;' is the < symbol, therefore, the group of four chars should stay together and not be changed, but that requires an interpretation of the input string as opposed to using the input string as is.
Solution Comments
Show commentsProblem Recent Solvers1431
Suggested Problems
-
1065 Solvers
-
Get the area codes from a list of phone numbers
961 Solvers
-
Arrange vector in ascending order
738 Solvers
-
289 Solvers
-
661 Solvers
More from this Author96
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!