Skip to content

Commit 9fd706e

Browse files
authored
Updated: Caesar's Cipher/README.md
1 parent 782f3d0 commit 9fd706e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

L-A/0013 Caesar's Cipher/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Caesar's Cipher
2-
[Edabit Problem](https://edabit.com/challenge/a33jdGXkaQRtK9ZTs)
2+
[Edabit Problem](https://edabit.com/challenge/a33jdGXkaQRtK9ZTs)
33

44
Julius Caesar protected his confidential information by encrypting it using a cipher. Caesar's cipher (check ***Resources*** tab for more info) shifts each letter by a number of letters. If the shift takes you past the end of the alphabet, just rotate back to the front of the alphabet. In the case of a rotation by *3, w, x, y* and *z* would map to *z, a, b* and *c*.
55

0 commit comments

Comments
 (0)