|
1 | 1 | # LeetcodeInSwift
|
2 | | -Tracking personal Leetcode progress. The order of the problems for stage 1 and 2 are based on: [The 30-minute guide to rocking your next coding interview](https://www.freecodecamp.org/news/coding-interviews-for-dummies-5e048933b82b/) |
| 2 | +This is the tracking page for my personal Leetcode progress. |
| 3 | + |
| 4 | + - [x] Stage 1 and 2 used problems from [The 30-minute guide to rocking your next coding interview][1] |
| 5 | + |
| 6 | + - [x] Stage 3 is personal wrap-ups which supplements stage 1&2 |
| 7 | + |
| 8 | + - [ ] Stage 4 references from a [post][2] on Leetcode discussions. |
3 | 9 |
|
4 | 10 | ---
|
5 | 11 |
|
@@ -37,7 +43,7 @@ Stage 3 (Leetcode# <= 200) (Finished in Day 99)
|
37 | 43 | Total: 111 / 111
|
38 | 44 |
|
39 | 45 | Stage 4 (Top 90% Speed)
|
40 | | -[Reference](https://leetcode.com/discuss/interview-experience/904425/facebook-amazon-apple-google-nyc-oct-2020-offerofferghostedoffer) |
| 46 | + |
41 | 47 | - [x] Tackle a topic at once and then go back and solve a bunch of related problems.
|
42 | 48 | Topics:
|
43 | 49 | - [ ] Buy and Sell Stock (I - IV)
|
@@ -192,3 +198,6 @@ Stage 4 (Top 90% Speed)
|
192 | 198 | [The 30-minute guide to rocking your next coding interview](https://www.freecodecamp.org/news/coding-interviews-for-dummies-5e048933b82b/)
|
193 | 199 |
|
194 | 200 | [Creating and Running a Playground Book](https://developer.apple.com/documentation/swift_playgrounds/creating_and_running_a_playground_book?language=objc)
|
| 201 | + |
| 202 | +[1]: https://www.freecodecamp.org/news/coding-interviews-for-dummies-5e048933b82b/ |
| 203 | +[2]: https://leetcode.com/discuss/interview-experience/904425/facebook-amazon-apple-google-nyc-oct-2020-offerofferghostedoffer |
0 commit comments