Skip to content

Commit 6d4d146

Browse files
committed
Updated domain to leetcodepython.com
1 parent 0f0ded1 commit 6d4d146

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

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

33
## Best practices for LeetCode solutions
44

5-
Dear LeetCoders! For a better LeetCode problem-solving experience, please visit website [leetcoder.net](https://leetcoder.net): 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 Python](https://leetcodepython.com): Dare to claim the best practices of LeetCode solutions! Will save you a lot of time!
66

77
Hi there! I'm Lane.
88
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.
3232
- <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.
3333
- <a name="59"></a>[59. Spiral Matrix II](en/1-1000/59-spiral-matrix-ii.md) Python, Java, C++, JavaScript, C#, Go, Ruby.
3434
- <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.
35-
- <a name="3478"></a>[3478. Choose K Elements With Maximum Sum](https://leetcoder.net/en/leetcode/3478-choose-k-elements-with-maximum-sum) Python.
35+
- <a name="3478"></a>[3478. Choose K Elements With Maximum Sum](https://leetcodepython.com/en/leetcode/3478-choose-k-elements-with-maximum-sum) Python.
3636

3737
## Linked List
3838
- <a name="203"></a>[203. Remove Linked List Elements](en/1-1000/203-remove-linked-list-elements.md) Python, Java, C++, JavaScript, C#, Go, Ruby.
@@ -49,13 +49,13 @@ You can skip the more difficult problems and do them later.
4949
- <a name="383"></a>[383. Ransom Note](en/1-1000/383-ransom-note.md) Python, Java, C++, JavaScript, C#, Go, Ruby.
5050
- <a name="202"></a>[202. Happy Number](en/1-1000/202-happy-number.md) Python, Java, C++, JavaScript, C#, Go, Ruby.
5151
- <a name="454"></a>[454. 4Sum II](en/1-1000/454-4sum-ii.md) Python, Java, C++, JavaScript, C#, Go, Ruby.
52-
- <a name="49"></a>[49. Group Anagrams](https://leetcoder.net/en/leetcode/49-group-anagrams) Python, Ruby.
52+
- <a name="49"></a>[49. Group Anagrams](https://leetcodepython.com/en/leetcode/49-group-anagrams) Python, Ruby.
5353

5454
## String
5555
- <a name="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.
5656
- <a name="541"></a>[541. Reverse String II](en/1-1000/541-reverse-string-ii.md) Python, Java, C++, JavaScript, C#, Go, Ruby.
5757
- <a name="459"></a>[459. Repeated Substring Pattern](en/1-1000/459-repeated-substring-pattern.md) Python, Java, C++, JavaScript, C#, Go, Ruby.
58-
- <a name="833"></a>[833. Find, Replace in String](https://leetcoder.net/en/leetcode/833-find-and-replace-in-string) Python.
58+
- <a name="833"></a>[833. Find, Replace in String](https://leetcodepython.com/en/leetcode/833-find-and-replace-in-string) Python.
5959

6060
## Two Pointers
6161
- <a name="15"></a>[15. 3Sum](en/1-1000/15-3sum.md) Python, Java, C++, JavaScript, C#, Go, Ruby, 2 ways.
@@ -112,7 +112,7 @@ You can skip the more difficult problems and do them later.
112112
- <a name="72"></a>[72. Edit Distance](en/1-1000/72-edit-distance.md) Python, Java, C++, JavaScript, C#, Go, Ruby.
113113

114114
### Hard Problems
115-
- <a name="3494"></a>[3494. Find the Minimum Amount of Time to Brew Potions](https://leetcoder.net/en/leetcode/3494-find-the-minimum-amount-of-time-to-brew-potions) Python, Java, C++, JavaScript, C#, Go, Ruby.
115+
- <a name="3494"></a>[3494. Find the Minimum Amount of Time to Brew Potions](https://leetcodepython.com/en/leetcode/3494-find-the-minimum-amount-of-time-to-brew-potions) Python, Java, C++, JavaScript, C#, Go, Ruby.
116116

117117
## Monotonic Stack
118118
- <a name="739"></a>[739. Daily Temperatures](en/1-1000/739-daily-temperatures.md) Python, Java, C++, JavaScript, C#, Go, Ruby.

0 commit comments

Comments
 (0)