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

3077 Solutions

1099 Solvers

Last Solution submitted on Aug 19, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...