Skip to content

Commit cf115a4

Browse files
authored
Merge pull request #34 from codeanitdotcom/content#30-Caesar_Cipher
Content update.
2 parents c920587 + 8f57c51 commit cf115a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/google-foobar-first-codechallenge-caesar-cipher.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ type: 'BlogPost'
1313

1414

1515
### Background
16-
In my quest of searching for the next opportunity and in the process of preparing technical interviews, I received a surprise code challenge invitation from Google on July 26, 2020. After accepting the invitation, I was redirected to https://foobar.withgoogle.com.
17-
18-
I am going to record my experience with the code challenge experience.
19-
16+
I received a surprise code challenge invitation from Google on July 26, 2020. After accepting the invitation, I was redirected to https://foobar.withgoogle.com where I completed my first challenge.
2017

18+
In this post I will share my experience of solving the challenge.
19+
20+
2121
### The Problem: Caesar Cipher Decryption
2222
Decrypt a code where every lowercase letter [a..z] is replaced with the corresponding one in [z..a], while every other character (including uppercase letters and punctuation) is left untouched. That is, 'a' becomes 'z', 'b' becomes 'y', 'c' becomes 'x', etc. For instance, the word "vmxibkgrlm", when decoded, would become "encryption".
2323

0 commit comments

Comments
 (0)