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
From a reference [here](https://leetcode.com/discuss/interview-experience/904425/facebook-amazon-apple-google-nyc-oct-2020-offerofferghostedoffer)
41
+
-[ ] Tackle a topic at once and then go back and solve a bunch of related problems.
42
+
-[ ] Made sure to do a lot of mock interviews. Almost 1 mock interview every other weekend or so.
43
+
44
+
45
+
Topics:
46
+
-[ ] Recursion
47
+
-[ ] 2D Array connectivities
38
48
39
49
## Paper
40
50
-[x] 'Programming pearls: algorithm design techniques' by Jon Bentley (Sep. 1984 Vol. 27 No. 9 Communications of the ACM P885)
@@ -43,6 +53,9 @@ Total: 89 / 111
43
53
44
54
-[x] E. W. Dijkstra, Some beautiful arguments using mathematical induction, Actu Informat. 13 (1980) 1-8.
45
55
56
+
## Book
57
+
-[x] 'Programming Pearls' by Jon Bentley
58
+
46
59
## Sequence
47
60
-[x][How to Solve Sliding Window Problems - Outco - Medium](https://medium.com/outco/how-to-solve-sliding-window-problems-28d67601a66)
48
61
-[ ] Master the [sliding window technique](https://discuss.leetcode.com/topic/30941/here-is-a-10-line-template-that-can-solve-most-substring-problems) that applies to many substring or subarray problems.
0 commit comments