Problem 751. Implement simple rotation cypher

Created by Doug Hull

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'

Tags

Problem Group

114 solvers submitted 312 solutions (2.74 solutions/solver).

Problem Comments

Solution Comments