Problem 751. Implement simple rotation cypher

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

46.51% Correct | 53.49% Incorrect
Last Solution submitted on Apr 11, 2024

Problem Comments

Solution Comments

Show comments


Problem Recent Solvers1050

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!