8000 Update README.md · zenglekidd/LeetcodeInSwift@1b86c53 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b86c53

Browse files
authored
Update README.md
1 parent e6e7c68 commit 1b86c53

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# LeetcodeInSwift
22
This is the tracking page for my personal Leetcode progress.
33

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]
55

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
77

8-
- [ ] Stage 4 references from a [post][2] on Leetcode discussions
8+
- [ ] [Stage 4](#stage-4) references from a [post][2] on Leetcode discussions
99

1010
---
1111

@@ -20,17 +20,18 @@ This is the tracking page for my personal Leetcode progress.
2020

2121
Total: 48 / 48 (Finished in Day 30)
2222

23-
Stage 2 (Finished in Day 45)
23+
## Stage 2
2424
- [x] [Tree](#tree) 17 / 17 problems
2525
- [x] [Heap](#Heap) 4 / 4 problems
2626
- [x] [Geometry](#Geometry) 8 / 8 problems
2727
- [x] [Binary](#Binary) 6 / 6 problems
2828
- [x] [Matrix](#Matrix) 4 / 4 problems
2929
- [x] [Recursion](#Recursion) 2 / 2 problems
3030

31-
Total: 41 / 41
31+
Total: 41 / 41 (Finished in Day 45)
3232

33-
Stage 3 (Leetcode# <= 200) (Finished in Day 99)
33+
## Stage 3
34+
(Leetcode# <= 200)
3435
- [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)
3536
- [x] [Backtracking - LeetCode](https://leetcode.com/tag/backtracking/) (Start: 6 / 21 Solved, Current: 21 / 21 Solved, Progress: 15 / 15)
3637
- [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)
4041
- [x] [Breadth-first Search - LeetCode](https://leetcode.com/tag/breadth-first-search/) (Start: 3 / 10 Solved, Current: 10 / 10 Solved, Progress: 7 / 7)
4142
- [x] [Depth-first Search - LeetCode](https://leetcode.com/tag/depth-first-search/) (Start: 8 / 21 Solved, Current: 21 / 21 Solved, Progress: 13 / 13)
4243

43-
Total: 111 / 111
44+
Total: 111 / 111 (Finished in Day 99)
4445

45-
Stage 4 (Top 90% Speed)
46+
## Stage 4
4647

4748
- [x] Tackle a topic at once and then go back and solve a bunch of related problems.
4849
Topics:
@@ -53,6 +54,8 @@ Stage 4 (Top 90% Speed)
5354

5455
- [ ] Made sure to do a lot of mock interviews. Almost 1 mock interview every other weekend or so.
5556

57+
(Top 90% Speed)
58+
5659
## Paper
5760
- [x] 'Programming pearls: algorithm design techniques' by Jon Bentley (Sep. 1984 Vol. 27 No. 9 Communications of the ACM P885)
5861

0 commit comments

Comments
 (0)
0