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
-
Find the numeric mean of the prime numbers in a matrix.
8265 Solvers
-
Project Euler: Problem 10, Sum of Primes
1478 Solvers
-
Reverse the elements of an array
960 Solvers
-
583 Solvers
-
505 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!