You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,12 +51,14 @@ Probability puzzles are reported to be the hardest and most unpredictable type o
51
51
Solving probability interview questions is really all about pattern recognition and then applying the correct tools/theorems.
52
52
Once you recognize the underlying mechanics of a problem it is usually no more than two or three quick steps away from the answer.
53
53
What this requires is a thorough and, more importantly, intuitive understanding of the key concepts, coupled with sufficient amount of practice to improve your patter recognition skills.
54
-
Probability problems should be fun to solve
54
+
55
+
Probability problems should be fun to solve and let's begin!
56
+
55
57
56
58
- Event, outcome, random variable, and probability
57
59
58
60
- Combinatorics
59
-
-**Roadmap**Permutation
61
+
- Permutation
60
62
- Combinations
61
63
- Inclusion-exclusion
62
64
@@ -71,6 +73,7 @@ Probability problems should be fun to solve
71
73
72
74
- Expectations, variance, and covariance
73
75
- linearity of expectation
76
+
- solving problems with this theorem and symmetry
74
77
- law of total expectation
75
78
- covariance and correlation
76
79
- independence implies zero correlation
@@ -148,13 +151,13 @@ Material on these topics are widely available elsewhere, so we will just cite th
0 commit comments