If given a letter from the set:
[abc...xyz]
and a shift, implement a shift cypher.
Example:
'abc'
with a shift of -1 yields
'zab'
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers1095
Suggested Problems
-
Project Euler: Problem 7, Nth prime
1748 Solvers
-
First non-zero element in each column
942 Solvers
-
Get the elements of diagonal and antidiagonal for any m-by-n matrix
512 Solvers
-
Who is the smartest MATLAB programmer?
788 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1256 Solvers
More from this Author51
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
I find this problem challenging.