Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8f57c51

Browse files
committed
Content update.
1 parent 34605a4 commit 8f57c51

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)

AltStyle によって変換されたページ (->オリジナル) /