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
-
2819 Solvers
-
11361 Solvers
-
Project Euler: Problem 3, Largest prime factor
1211 Solvers
-
Arrange Vector in descending order
8858 Solvers
-
6829 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!