Implement simple rotation cypher - MATLAB Cody - MATLAB Central

Problem 751. Implement simple rotation cypher

Difficulty:Rate

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.97% Correct | 53.03% Incorrect
Last Solution submitted on Jan 08, 2025

Problem Comments

Solution Comments

Show comments
Primes and Rough Numbers, Basic ideas
What is a rough number? What can they be used...
2
4

Problem Recent Solvers1083

Suggested Problems

More from this Author51

Community Treasure Hunt

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

Start Hunting!
Go to top of page