Skip to content

Commit f2a7eb6

Browse files
committed
feat: added crack caesar cipher challenge
1 parent e2de14e commit f2a7eb6

File tree

4 files changed

+14827
-0
lines changed

4 files changed

+14827
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Crack the Caesar Cipher
2+
3+
This exercise whats you to crack the Caesar Cipher. <br />
4+
You can find three test cases inside the `/cases` directory. You should determine the shift factor for each of them.
5+
6+
Recommended method: you can use word frequency to analyze the content and determine the shift factor: [https://en.wikipedia.org/wiki/Letter_frequency](https://en.wikipedia.org/wiki/Letter_frequency).

0 commit comments

Comments
 (0)