Given a word and its encrypted version using the caesar cipher, find the shift used.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers19
Suggested Problems
-
Select every other element of a vector
36915 Solvers
-
Sum all integers from 1 to 2^n
17888 Solvers
-
Determine Whether an array is empty
815 Solvers
-
152 Solvers
-
Calculate the average value of the elements in the array
1811 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Interesting problem
Need more tests. At least one that circles around, for instance, 'XYZ' -> 'ABC.'