Problem 751. Implement simple rotation cypher
Solution Stats
Problem Comments
-
1 Comment
I find this problem challenging.
Solution Comments
-
1 Comment
hi
-
1 Comment
This answer doesn't apply where shift is negtive.
-
1 Comment
Covered negative shift this time
-
1 Comment
very straight forward solution that passes test suite but does not handle example in description correctly.
-
1 Comment
hello, what if shift >= 52 or shift < 0?
-
1 Comment
Does this work for negative shifts?
-
1 Comment
This is a sneaky way to get around the prohibition against using eval!
Problem Recent Solvers1012
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
14187 Solvers
-
954 Solvers
-
1178 Solvers
-
1021 Solvers
-
How to find the position of an element in a vector without using the find function
2562 Solvers
More from this Author51
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!