Skip to content

Commit 01f7c4f

Browse files
Chris WuChris Wu
Chris Wu
authored and
Chris Wu
committed
readme update
1 parent 2ee35b6 commit 01f7c4f

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,28 @@
11
# 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/`.
33

44
2. I really take time tried to make the best solution or explaination.
55
Because I wanted to help others like me.
66
If you like my answer, a star on GitHub means a lot to me.
77
https://github.com/wuduhren/leetcode-python
88

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-
119
# Resources
1210
These are the interview resources I personally used and only if it is really helpful I will put it here.
1311
## System Design
1412
More resource
15-
<https://github.com/shashank88/system_design>
13+
<https://github.com/shashank88/system_design>
1614
Architecture 101
17-
<https://engineering.videoblocks.com/web-architecture-101-a3224e126947>
15+
<https://engineering.videoblocks.com/web-architecture-101-a3224e126947>
1816
How to scale up? There are also lots of tech interview related topic in his channel.
1917
<https://www.youtube.com/watch?v=yPF94QiI2qk&t=385s>
2018

21-
## Data Structure and Algorithm
19+
## Data Structure and Algorithm Basics
2220
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.
2321
<https://classroom.udacity.com/courses/ud513>
2422

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>
2826
<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>
2927

3028
## Overall Mindset

0 commit comments

Comments
 (0)