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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
##Best practices for LeetCode solutions
4
4
5
-
Dear LeetCoders! For a better LeetCode problem-solving experience, please visit website[LeetCode Python](https://leetcodepython.com): Dare to claim the best practices of LeetCode solutions! Will save you a lot of time!
5
+
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!
6
6
7
7
Hi there! I'm Lane.
8
8
Do you feel that there are too many problems (over 3,450) on the LeetCode and you can't finish them all?
@@ -32,7 +32,7 @@ You can skip the more difficult problems and do them later.
32
32
- <aname="303"></a>[303. Range Sum Query - Immutable](en/1-1000/303-range-sum-query-immutable.md) Python, Java, C++, JavaScript, C#, Go, Ruby.
- <aname="49"></a>[49. Group Anagrams](https://leetcodepython.com/en/leetcode/49-group-anagrams) Python, Ruby.
52
+
- <aname="49"></a>[49. Group Anagrams](https://leetcode.blog/en/leetcode/49-group-anagrams) Python, Ruby.
53
53
54
54
##String
55
55
- <aname="28"></a>[28. Find the Index of the First Occurrence in a String](en/1-1000/28-find-the-index-of-the-first-occurrence-in-a-string.md) Python, Java, C++, JavaScript, C#, Go, Ruby.
- <aname="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.