Skip to content

Commit d1897de

Browse files
committed
Added link to me.expert
1 parent b0d3b31 commit d1897de

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## LeetCode Python/Java/JavaScript/C#/Go/Ruby Solutions
77

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!
8+
Dear LeetCoders! For a better LeetCode problem-solving experience, please visit website [LeetCode.blog](https://leetcode.blog): Dare to claim the best practices of LeetCode solutions! Will save you a lot of time!
99

1010
Hi there! I'm Jian.
1111
Do you feel that there are too many problems (over 3,450) on the LeetCode and you can't finish them all?
@@ -17,18 +17,18 @@ Here, I will provide you with **common problem-solving patterns** so that you do
1717

1818
**Python, C++, Java, JavaScript, C#, Go, Ruby** languages' solutions are provided for every selected LeetCode problem. Other languages' solutions will be provided in the future. If you have better solutions, welcome to create an issue or PR!
1919

20-
## How to fully demonstrate your abilities to employers and get the offer you want?
20+
## Want to land a high-paying job? It's important to showcase yourself!
2121

22-
[is-bio](https://github.com/is-bio/is-bio) focuses on bringing value to developers, including resume, portfolio, blog and other functions. With it, your abilities will be better seen by employers!
22+
[Me.Expert](https://www.me.expert) helps you **Build the professional home for your portfolio, resume, and blog**.
2323

2424
# How to Use this "leetcode-python-java" Repository?
2525

2626
## LeetCode Official Study Plan
2727
You can do questions according to your own preferences, such as completing all questions of 'LeetCode 75' first.
2828

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.
29+
- [LeetCode 75](https://leetcode.blog/en/tags/75) solved in Python, Java, C++, JavaScript, C#, Go and Ruby.
30+
- [LeetCode Top 100 Liked](https://leetcode.blog/en/tags/100) solved in Python, Java, C++, JavaScript, C#, Go and Ruby.
31+
- [LeetCode Top Interview 150](https://leetcode.blog/en/tags/150) solved in Python, Java, C++, JavaScript, C#, Go and Ruby.
3232

3333
# Study Plan by Jian
3434

@@ -47,7 +47,7 @@ You can skip the more difficult problems and do them later.
4747
- <a name="303"></a>[303. Range Sum Query - Immutable](en/1-1000/303-range-sum-query-immutable.md) Python, Java, C++, JavaScript, C#, Go, Ruby.
4848
- <a name="59"></a>[59. Spiral Matrix II](en/1-1000/59-spiral-matrix-ii.md) Python, Java, C++, JavaScript, C#, Go, Ruby.
4949
- <a name="503"></a>[503. Next Greater Element II](en/1-1000/503-next-greater-element-ii.md) Python, Java, C++, JavaScript, C#, Go, Ruby.
50-
- <a name="3478"></a>[3478. Choose K Elements With Maximum Sum](https://leetcode.to/en/leetcode/3478-choose-k-elements-with-maximum-sum) Python.
50+
- <a name="3478"></a>[3478. Choose K Elements With Maximum Sum](https://leetcode.blog/en/leetcode/3478-choose-k-elements-with-maximum-sum) Python.
5151

5252
## Optional problems
5353
- <a name="88"></a>[88. Merge Sorted Array](en/1-1000/88-merge-sorted-array.md) Python, Java, Ruby.
@@ -71,7 +71,7 @@ You can skip the more difficult problems and do them later.
7171
- <a name="383"></a>[383. Ransom Note](en/1-1000/383-ransom-note.md) Python, Java, C++, JavaScript, C#, Go, Ruby.
7272
- <a name="202"></a>[202. Happy Number](en/1-1000/202-happy-number.md) Python, Java, C++, JavaScript, C#, Go, Ruby.
7373
- <a name="454"></a>[454. 4Sum II](en/1-1000/454-4sum-ii.md) Python, Java, C++, JavaScript, C#, Go, Ruby.
74-
- <a name="49"></a>[49. Group Anagrams](https://leetcode.to/en/leetcode/49-group-anagrams) Python, Ruby.
74+
- <a name="49"></a>[49. Group Anagrams](https://leetcode.blog/en/leetcode/49-group-anagrams) Python, Ruby.
7575

7676
# String
7777
## Required problems
@@ -81,7 +81,7 @@ You can skip the more difficult problems and do them later.
8181
- <a name="1431"></a>[1431. Kids With the Greatest Number of Candies](en/1001-2000/1431-kids-with-the-greatest-number-of-candies.md) Python, Java, C++, JavaScript, C#, Go, Ruby.
8282
- <a name="151"></a>[151. Reverse Words in a String](en/1-1000/151-reverse-words-in-a-string.md) Python, Java, C++, JavaScript, C#, Go, Ruby.
8383
- <a name="459"></a>[459. Repeated Substring Pattern](en/1-1000/459-repeated-substring-pattern.md) Python, Java, C++, JavaScript, C#, Go, Ruby.
84-
- <a name="833"></a>[833. Find, Replace in String](https://leetcode.to/en/leetcode/833-find-and-replace-in-string) Python.
84+
- <a name="833"></a>[833. Find, Replace in String](https://leetcode.blog/en/leetcode/833-find-and-replace-in-string) Python.
8585
- <a name="1071"></a>[1071. Greatest Common Divisor of Strings](en/1001-2000/1071-greatest-common-divisor-of-strings.md) Python, Java, C++, JavaScript, C#, Go, Ruby.
8686

8787
## Optional problems

0 commit comments

Comments
 (0)