|
1 | 1 | # LeetcodeInSwift
|
2 | 2 | This is the tracking page for my personal Leetcode progress.
|
3 | 3 |
|
4 | | - - [x] Stage 1 and 2 used problems from [The 30-minute guide to rocking your next coding interview][1] |
| 4 | + - [x] [Stage 1](#Stage1) and 2 used problems from [The 30-minute guide to rocking your next coding interview][1] |
5 | 5 |
|
6 | 6 | - [x] 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 references from a [post][2] on Leetcode discussions |
9 | 9 |
|
10 | 10 | ---
|
11 | 11 |
|
12 | 12 | # Progress
|
13 | | -Stage 1 (Finished in Day 30) |
| 13 | +## Stage1 |
14 | 14 | - [x] [Array](#Array) 11 / 11 problems
|
15 | 15 | - [x] [Dynamic Programming](#dynamic-programming) 12 / 12 problems
|
16 | 16 | - [x] [String](#String) 13 / 13 problems
|
17 | 17 | - [x] [Interval](#Interval) 3 / 3 problems
|
18 | 18 | - [x] [Math](#Math) 3 / 3 problems
|
19 | 19 | - [x] [Linked list](#linked-list) 6 / 6 problems
|
20 | 20 |
|
21 | | -Total: 48 / 48 |
| 21 | +Total: 48 / 48 (Finished in Day 30) |
22 | 22 |
|
23 | 23 | Stage 2 (Finished in Day 45)
|
24 | 24 | - [x] [Tree](#tree) 17 / 17 problems
|
|
0 commit comments