Skip to content

Commit 8142e68

Browse files
committed
Details for additional learnings in Table of Contents.
1 parent b3206c3 commit 8142e68

File tree

1 file changed

+26
-4
lines changed

1 file changed

+26
-4
lines changed

README.md

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,29 @@ sometimes word-for-word in Google's coaching notes.
7373
- [Be thinking of for when the interview comes](#be-thinking-of-for-when-the-interview-comes)
7474
- [Have questions for the interviewer](#have-questions-for-the-interviewer)
7575
- [Additional Learnings (not required)](#additional-learnings-not-required)
76+
- [Information theory](#information-theory)
77+
- [Parity & Hamming Code](#parity--hamming-code)
78+
- [Entropy](#entropy)
79+
- [Cryptography](#cryptography)
80+
- [Compression](#compression)
81+
- [Networking](#networking)
82+
- [Computer Security](#computer-security)
83+
- [Parallel Programming](#parallel-programming)
84+
- [Messaging, Serialization, and Queueing Systems](#messaging-serialization-and-queueing-systems)
85+
- [Fast Fourier Transform](#fast-fourier-transform)
86+
- [Bloom Filter](#bloom-filter)
87+
- [van Emde Boas Trees](#van-emde-boas-trees)
88+
- [Augmented Data Structures](#augmented-data-structures)
89+
- [Skip lists](#skip-lists)
90+
- [Network Flows](#network-flows)
91+
- [Disjoint Sets & Union Find](#disjoint-sets--union-find)
92+
- [Math for Fast Processing](#math-for-fast-processing)
93+
- [Treap](#treap)
94+
- [Linear Programming](#linear-programming)
95+
- [Geometry, Convex hull](#geometry-convex-hull)
96+
- [Discrete math](#discrete-math)
97+
- [Machine Learning](#machine-learning)
98+
- [Go](#go)
7699
- [Additional Detail on Some Subjects](#additional-detail-on-some-subjects)
77100
- [Video Series](#video-series)
78101
- [Once You've Got The Job](#once-youve-got-the-job)
@@ -1308,11 +1331,10 @@ Take coding challenges every day, as many as you can.
13081331

13091332
## Be thinking of for when the interview comes
13101333

1311-
Think of about 20 interview questions you'll get, along the lines of the items below:
1334+
Think of about 20 interview questions you'll get, along the lines of the items below.
1335+
Have 2-3 answers for each
1336+
Have a story, not just data, about something you accomplished
13121337

1313-
- have 2-3 answers for each
1314-
- Have a story, not just data, about something you accomplished
1315-
13161338
- Why do you want this job?
13171339
- What's a tough problem you've solved?
13181340
- Biggest challenges faced?

0 commit comments

Comments
 (0)