@@ -24,17 +24,17 @@ Stage 2 (Finished in Day 45)
24
24
25
25
Total: 41 / 41
26
26
27
- Stage 3 (Leetcode# <= 200)
27
+ Stage 3 (Leetcode# <= 200) (Finished in Day 99)
28
28
- [x] [ Top 100 Liked Problems - LeetCode] ( https://leetcode.com/problemset/top-100-liked-questions/ ) (Start: 43 / 100 Solved, Current: 100 / 100 Solved, Progress: 57 / 57)
29
29
- [x] [ Backtracking - LeetCode] ( https://leetcode.com/tag/backtracking/ ) (Start: 6 / 21 Solved, Current: 21 / 21 Solved, Progress: 15 / 15)
30
30
- [x] [ Sliding Window - LeetCode] ( https://leetcode.com/tag/sliding-window/ ) (Start: 2 / 2 Solved, Current: 2 / 2 Solved)
31
- - [] [ Dynamic Programming - LeetCode] ( https://leetcode.com/tag/dynamic-programming/ ) (Start: 11 / 27 Solved, Current: 23 / 27 Solved, Progress: 12 / 16)
31
+ - [x ] [ Dynamic Programming - LeetCode] ( https://leetcode.com/tag/dynamic-programming/ ) (Start: 11 / 27 Solved, Current: 27 / 27 Solved, Progress: 16 / 16)
32
32
- [x] [ Divide and Conquer - LeetCode] ( https://leetcode.com/tag/divide-and-conquer/ ) (Start: 4 / 4 Solved, Current: 4 / 4 Solved)
33
33
- [x] [ Graph - LeetCode] ( https://leetcode.com/tag/graph/ ) (Start: 1 / 1 Solved, Current: 1 / 1 Solved)
34
34
- [x] [ Breadth-first Search - LeetCode] ( https://leetcode.com/tag/breadth-first-search/ ) (Start: 3 / 10 Solved, Current: 10 / 10 Solved, Progress: 7 / 7)
35
35
- [x] [ Depth-first Search - LeetCode] ( https://leetcode.com/tag/depth-first-search/ ) (Start: 8 / 21 Solved, Current: 21 / 21 Solved, Progress: 13 / 13)
36
36
37
- Total: 107 / 111
37
+ Total: 111 / 111
38
38
39
39
Stage 4
40
40
From a reference [ here] ( https://leetcode.com/discuss/interview-experience/904425/facebook-amazon-apple-google-nyc-oct-2020-offerofferghostedoffer )
@@ -54,7 +54,7 @@ Topics:
54
54
- [x] E. W. Dijkstra, Some beautiful arguments using mathematical induction, Actu Informat. 13 (1980) 1-8.
55
55
56
56
## Book
57
- - [] 'Programming Pearls' by Jon Bentley
57
+ - [x ] 'Programming Pearls' by Jon Bentley
58
58
59
59
## Sequence
60
60
- [x] [ How to Solve Sliding Window Problems - Outco - Medium] ( https://medium.com/outco/how-to-solve-sliding-window-problems-28d67601a66 )
0 commit comments