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
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
Dear LeetCoders! For a better LeetCode problem-solving experience, please visit website[LeetCode.to](https://leetcode.to): Dare to claim the best practices of LeetCode solutions! Will save you a lot of time!
9
9
10
-
Hi there! I'mLane.
10
+
Hi there! I'mJian.
11
11
Do you feel that there are too many problems (over 3,450) on the LeetCode and you can't finish them all?
12
12
Or do you forget how to solve the problems you did last time?
13
13
@@ -21,7 +21,16 @@ Here, I will provide you with **common problem-solving patterns** so that you do
21
21
22
22
[Personal Brand Website Builder](https://github.com/PersonalBranding/personal-brand-website-builder) focuses on bringing value to developers, including resume, portfolio, blog and other functions. With it, your abilities will be better seen by employers!
23
23
24
-
##How to Use this "leetcode-python-java" Repository?
24
+
#How to Use this "leetcode-python-java" Repository?
25
+
26
+
##LeetCode Official Study Plan
27
+
You can do questions according to your own preferences, such as completing all questions of 'LeetCode 75' first.
28
+
29
+
-[LeetCode 75](https://leetcode.to/en/tags/75) solved in Python, Java, C++, JavaScript, C#, Go and Ruby.
30
+
-[LeetCode Top 100 Liked](https://leetcode.to/en/tags/100) solved in Python, Java, C++, JavaScript, C#, Go and Ruby.
31
+
-[LeetCode Top Interview 150](https://leetcode.to/en/tags/150) solved in Python, Java, C++, JavaScript, C#, Go and Ruby.
32
+
33
+
#Study Plan by Jian
25
34
26
35
I have planned a learning route for you. You just need to do the problems in the order they are listed.
27
36
You can skip the more difficult problems and do them later.
@@ -70,6 +79,7 @@ You can skip the more difficult problems and do them later.
70
79
- <aname="345"></a>[345. Reverse Vowels of a String](en/1-1000/345-reverse-vowels-of-a-string.md) Python, Java, C++, JavaScript, C#, Go, Ruby.