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 Solvers1453
Suggested Problems
-
Find the alphabetic word product
3074 Solvers
-
Given two arrays, find the maximum overlap
1269 Solvers
-
934 Solvers
-
Return elements unique to either input
746 Solvers
-
Simple equation: Annual salary
4119 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!