You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
# Python_LeetCode_Coding
2
2
3
-
For the coding part in any Data Science Interviews, there are mainly four components: Data Structure & Algorithm, Machine Learning Algorithms, Math and Statistics, and Data Manipulation. In this repository, I will host real interview questions asked by major tech companies and their Python solutions. On each topic, I will write a technical post on my Medium blog (https://leihua-ye.medium.com).
3
+
There are four coding components in Data Science Interviews: Data Structure & Algorithm, Machine Learning Algorithms, Math & Statistics, and Data (String) manipulation.
4
+
5
+
I live-code real interview questions asked by major tech companies in this repository and host the Python code here. On each topic, there is a detailed technical blog post available on my Data Science blog: https://leihua-ye.medium.com.
6
+
7
+
To maximize the utility of this repo, I'd suggest combining both materials and practice at your own pace.
0 commit comments