|
1 | 1 | # Leetcode Python Solution
|
2 |
| -1. This is my Python Solution on leetcode `@christopherwu0529`. |
| 2 | +1. This is my Python solution on Leetcode. The question is at `https://leetcode.com/problems/the-file-name/`. For example, `merge-sorted-array.py`'s question is at `https://leetcode.com/problems/merge-sorted-array/`. |
3 | 3 |
|
4 | 4 | 2. I really take time tried to make the best solution or explaination.
|
5 | 5 | Because I wanted to help others like me.
|
6 | 6 | If you like my answer, a star on GitHub means a lot to me.
|
7 | 7 | https://github.com/wuduhren/leetcode-python
|
8 | 8 |
|
9 |
| -3. The question is at `https://leetcode.com/problems/the-file-name/`. For example, `merge-sorted-array.py`'s question is at `https://leetcode.com/problems/merge-sorted-array/`. |
10 |
| - |
11 | 9 | # Resources
|
12 | 10 | These are the interview resources I personally used and only if it is really helpful I will put it here.
|
13 | 11 | ## System Design
|
14 | 12 | More resource
|
15 |
| -<https://github.com/shashank88/system_design> |
| 13 | +<https://github.com/shashank88/system_design> |
16 | 14 | Architecture 101
|
17 |
| -<https://engineering.videoblocks.com/web-architecture-101-a3224e126947> |
| 15 | +<https://engineering.videoblocks.com/web-architecture-101-a3224e126947> |
18 | 16 | How to scale up? There are also lots of tech interview related topic in his channel.
|
19 | 17 | <https://www.youtube.com/watch?v=yPF94QiI2qk&t=385s>
|
20 | 18 |
|
21 |
| -## Data Structure and Algorithm |
| 19 | +## Data Structure and Algorithm Basics |
22 | 20 | Basic data structure and algorithm online course taught in Python. This course is design to help you find job and do well in the interview.
|
23 | 21 | <https://classroom.udacity.com/courses/ud513>
|
24 | 22 |
|
25 |
| -##How to Prepare in a Structured Way |
26 |
| -<https://www.quora.com/How-should-I-prepare-for-my-Google-interview-if-I-have-1-month-left-and-I%E2%80%99m-applying-for-a-software-engineer-role/answer/Anthony-D-Mays?ch=10&share=5c488000&srid=W0jqp> |
27 |
| -<https://www.quora.com/How-can-I-get-a-job-at-Facebook-or-Google-in-6-months-I-need-a-concise-work-plan-to-build-a-good-enough-skill-set-Should-I-join-some-other-start-up-or-build-my-own-projects-start-up-Should-I-just-focus-on-practicing-data-structures-and-algorithms/answer/Jimmy-Saade> |
| 23 | +## Prepare in a Structured Way |
| 24 | +<https://www.quora.com/How-should-I-prepare-for-my-Google-interview-if-I-have-1-month-left-and-I%E2%80%99m-applying-for-a-software-engineer-role/answer/Anthony-D-Mays?ch=10&share=5c488000&srid=W0jqp> |
| 25 | +<https://www.quora.com/How-can-I-get-a-job-at-Facebook-or-Google-in-6-months-I-need-a-concise-work-plan-to-build-a-good-enough-skill-set-Should-I-join-some-other-start-up-or-build-my-own-projects-start-up-Should-I-just-focus-on-practicing-data-structures-and-algorithms/answer/Jimmy-Saade> |
28 | 26 | <https://www.quora.com/What-should-I-know-from-the-CLRS-3rd-edition-book-if-my-aim-is-to-get-into-Google/answer/Jimmy-Saade>
|
29 | 27 |
|
30 | 28 | ## Overall Mindset
|
|
0 commit comments