1
1
# LeetcodeInSwift
2
2
This is the tracking page for my personal Leetcode progress.
3
3
4
- - [x] [ Stage 1] ( #Stage -1 ) and 2 used problems from [ The 30-minute guide to rocking your next coding interview] [ 1 ]
4
+ - [x] [ Stage 1] ( #stage -1 ) and [ Stage 2 ] ( #stage-2 ) used problems from [ The 30-minute guide to rocking your next coding interview] [ 1 ]
5
5
6
- - [x] Stage 3 is personal wrap-ups which supplements stage 1&2
6
+ - [x] [ Stage 3] ( #stage-3 ) is personal wrap-ups which supplements stage 1&2
7
7
8
- - [ ] Stage 4 references from a [ post] [ 2 ] on Leetcode discussions
8
+ - [ ] [ Stage 4] ( #stage-4 ) references from a [ post] [ 2 ] on Leetcode discussions
9
9
10
10
---
11
11
@@ -20,17 +20,18 @@ This is the tracking page for my personal Leetcode progress.
20
20
21
21
Total: 48 / 48 (Finished in Day 30)
22
22
23
- Stage 2 (Finished in Day 45)
23
+ ## Stage 2
24
24
- [x] [ Tree] ( #tree ) 17 / 17 problems
25
25
- [x] [ Heap] ( #Heap ) 4 / 4 problems
26
26
- [x] [ Geometry] ( #Geometry ) 8 / 8 problems
27
27
- [x] [ Binary] ( #Binary ) 6 / 6 problems
28
28
- [x] [ Matrix] ( #Matrix ) 4 / 4 problems
29
29
- [x] [ Recursion] ( #Recursion ) 2 / 2 problems
30
30
31
- Total: 41 / 41
31
+ Total: 41 / 41 (Finished in Day 45)
32
32
33
- Stage 3 (Leetcode# <= 200) (Finished in Day 99)
33
+ ## Stage 3
34
+ (Leetcode# <= 200)
34
35
- [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)
35
36
- [x] [ Backtracking - LeetCode] ( https://leetcode.com/tag/backtracking/ ) (Start: 6 / 21 Solved, Current: 21 / 21 Solved, Progress: 15 / 15)
36
37
- [x] [ Sliding Window - LeetCode] ( https://leetcode.com/tag/sliding-window/ ) (Start: 2 / 2 Solved, Current: 2 / 2 Solved)
@@ -40,9 +41,9 @@ Stage 3 (Leetcode# <= 200) (Finished in Day 99)
40
41
- [x] [ Breadth-first Search - LeetCode] ( https://leetcode.com/tag/breadth-first-search/ ) (Start: 3 / 10 Solved, Current: 10 / 10 Solved, Progress: 7 / 7)
41
42
- [x] [ Depth-first Search - LeetCode] ( https://leetcode.com/tag/depth-first-search/ ) (Start: 8 / 21 Solved, Current: 21 / 21 Solved, Progress: 13 / 13)
42
43
43
- Total: 111 / 111
44
+ Total: 111 / 111 (Finished in Day 99)
44
45
45
- Stage 4 (Top 90% Speed)
46
+ ## Stage 4
46
47
47
48
- [x] Tackle a topic at once and then go back and solve a bunch of related problems.
48
49
Topics:
@@ -53,6 +54,8 @@ Stage 4 (Top 90% Speed)
53
54
54
55
- [ ] Made sure to do a lot of mock interviews. Almost 1 mock interview every other weekend or so.
55
56
57
+ (Top 90% Speed)
58
+
56
59
## Paper
57
60
- [x] 'Programming pearls: algorithm design techniques' by Jon Bentley (Sep. 1984 Vol. 27 No. 9 Communications of the ACM P885)
58
61
0 commit comments