Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcf6374d

Browse files
committed
Update all solutions' changes in 2025-06-11.
1 parent2c5f3d0 commitcf6374d

File tree

100 files changed

+300
-300
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+300
-300
lines changed

‎en/1-1000/1-two-sum.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#1. Two Sum - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions
22

3-
Visit original link:[1. Two Sum - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.blog/en/leetcode/1-two-sum) for a better experience!
3+
Visit original link:[1. Two Sum - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.to/en/leetcode/1-two-sum) for a better experience!
44

55
LeetCode link:[1. Two Sum](https://leetcode.com/problems/two-sum), difficulty:**Easy**.
66

@@ -323,9 +323,9 @@ class Solution:
323323
// Welcome to create a PR to complete the code of this language, thanks!
324324
```
325325

326-
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!
326+
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!
327327

328-
Original link: [1. Two Sum- LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.blog/en/leetcode/1-two-sum).
328+
Original link: [1. Two Sum- LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.to/en/leetcode/1-two-sum).
329329

330330
GitHub repository: [leetcode-python-java](https://github.com/leetcode-python-java/leetcode-python-java).
331331

‎en/1-1000/15-3sum.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#15. 3Sum - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions
22

3-
Visit original link:[15. 3Sum - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.blog/en/leetcode/15-3sum) for a better experience!
3+
Visit original link:[15. 3Sum - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.to/en/leetcode/15-3sum) for a better experience!
44

55
LeetCode link:[15. 3Sum](https://leetcode.com/problems/3sum), difficulty:**Medium**.
66

@@ -507,9 +507,9 @@ def duplicate_removed_nums(nums):
507507
// Welcome to create a PR to complete the code of this language, thanks!
508508
```
509509

510-
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!
510+
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!
511511

512-
Original link: [15.3Sum- LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.blog/en/leetcode/15-3sum).
512+
Original link: [15.3Sum- LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.to/en/leetcode/15-3sum).
513513

514514
GitHub repository: [leetcode-python-java](https://github.com/leetcode-python-java/leetcode-python-java).
515515

‎en/1-1000/151-reverse-words-in-a-string.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#151. Reverse Words in a String - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions
22

3-
Visit original link:[151. Reverse Words in a String - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.blog/en/leetcode/151-reverse-words-in-a-string) for a better experience!
3+
Visit original link:[151. Reverse Words in a String - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.to/en/leetcode/151-reverse-words-in-a-string) for a better experience!
44

55
LeetCode link:[151. Reverse Words in a String](https://leetcode.com/problems/reverse-words-in-a-string), difficulty:**Medium**.
66

@@ -181,9 +181,9 @@ end
181181
// Welcome to create a PR to complete the code of this language, thanks!
182182
```
183183

184-
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!
184+
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!
185185

186-
Original link:[151. Reverse Words in a String - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.blog/en/leetcode/151-reverse-words-in-a-string).
186+
Original link:[151. Reverse Words in a String - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.to/en/leetcode/151-reverse-words-in-a-string).
187187

188188
GitHub repository:[leetcode-python-java](https://github.com/leetcode-python-java/leetcode-python-java).
189189

‎en/1-1000/160-intersection-of-two-linked-lists.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#160. Intersection of Two Linked Lists - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions
22

3-
Visit original link:[160. Intersection of Two Linked Lists - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.blog/en/leetcode/160-intersection-of-two-linked-lists) for a better experience!
3+
Visit original link:[160. Intersection of Two Linked Lists - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.to/en/leetcode/160-intersection-of-two-linked-lists) for a better experience!
44

55
LeetCode link:[160. Intersection of Two Linked Lists](https://leetcode.com/problems/intersection-of-two-linked-lists), difficulty:**Easy**.
66

@@ -493,9 +493,9 @@ func getIntersectionNode(headA, headB *ListNode) *ListNode {
493493
// Welcome to create a PR to complete the code of this language, thanks!
494494
```
495495

496-
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!
496+
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!
497497

498-
Original link:[160. Intersection of Two Linked Lists - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.blog/en/leetcode/160-intersection-of-two-linked-lists).
498+
Original link:[160. Intersection of Two Linked Lists - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.to/en/leetcode/160-intersection-of-two-linked-lists).
499499

500500
GitHub repository:[leetcode-python-java](https://github.com/leetcode-python-java/leetcode-python-java).
501501

‎en/1-1000/18-4sum.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#18. 4Sum - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions
22

3-
Visit original link:[18. 4Sum - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.blog/en/leetcode/18-4sum) for a better experience!
3+
Visit original link:[18. 4Sum - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.to/en/leetcode/18-4sum) for a better experience!
44

55
LeetCode link:[18. 4Sum](https://leetcode.com/problems/4sum), difficulty:**Medium**.
66

@@ -370,9 +370,9 @@ public class Solution {
370370
// Welcome to create a PR to complete the code of this language, thanks!
371371
```
372372

373-
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!
373+
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!
374374

375-
Original link:[18. 4Sum - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.blog/en/leetcode/18-4sum).
375+
Original link:[18. 4Sum - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.to/en/leetcode/18-4sum).
376376

377377
GitHub repository:[leetcode-python-java](https://github.com/leetcode-python-java/leetcode-python-java).
378378

‎en/1-1000/19-remove-nth-node-from-end-of-list.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#19. Remove Nth Node From End of List - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions
22

3-
Visit original link:[19. Remove Nth Node From End of List - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.blog/en/leetcode/19-remove-nth-node-from-end-of-list) for a better experience!
3+
Visit original link:[19. Remove Nth Node From End of List - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.to/en/leetcode/19-remove-nth-node-from-end-of-list) for a better experience!
44

55
LeetCode link:[19. Remove Nth Node From End of List](https://leetcode.com/problems/remove-nth-node-from-end-of-list), difficulty:**Medium**.
66

@@ -382,9 +382,9 @@ end
382382
// Welcome to create a PR to complete the code of this language, thanks!
383383
```
384384

385-
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!
385+
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!
386386

387-
Original link:[19. Remove Nth Node From End of List - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.blog/en/leetcode/19-remove-nth-node-from-end-of-list).
387+
Original link:[19. Remove Nth Node From End of List - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.to/en/leetcode/19-remove-nth-node-from-end-of-list).
388388

389389
GitHub repository:[leetcode-python-java](https://github.com/leetcode-python-java/leetcode-python-java).
390390

‎en/1-1000/20-valid-parentheses.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#20. Valid Parentheses - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions
22

3-
Visit original link:[20. Valid Parentheses - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.blog/en/leetcode/20-valid-parentheses) for a better experience!
3+
Visit original link:[20. Valid Parentheses - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.to/en/leetcode/20-valid-parentheses) for a better experience!
44

55
LeetCode link:[20. Valid Parentheses](https://leetcode.com/problems/valid-parentheses), difficulty:**Easy**.
66

@@ -348,9 +348,9 @@ end
348348
// Welcome to create a PR to complete the code of this language, thanks!
349349
```
350350

351-
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!
351+
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!
352352

353-
Original link:[20. Valid Parentheses - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.blog/en/leetcode/20-valid-parentheses).
353+
Original link:[20. Valid Parentheses - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.to/en/leetcode/20-valid-parentheses).
354354

355355
GitHub repository:[leetcode-python-java](https://github.com/leetcode-python-java/leetcode-python-java).
356356

‎en/1-1000/202-happy-number.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#202. Happy Number - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions
22

3-
Visit original link:[202. Happy Number - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.blog/en/leetcode/202-happy-number) for a better experience!
3+
Visit original link:[202. Happy Number - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.to/en/leetcode/202-happy-number) for a better experience!
44

55
LeetCode link:[202. Happy Number](https://leetcode.com/problems/happy-number), difficulty:**Easy**.
66

@@ -272,9 +272,9 @@ end
272272
// Welcome to create a PR to complete the code of this language, thanks!
273273
```
274274

275-
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!
275+
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!
276276

277-
Original link:[202. Happy Number - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.blog/en/leetcode/202-happy-number).
277+
Original link:[202. Happy Number - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.to/en/leetcode/202-happy-number).
278278

279279
GitHub repository:[leetcode-python-java](https://github.com/leetcode-python-java/leetcode-python-java).
280280

‎en/1-1000/203-remove-linked-list-elements.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#203. Remove Linked List Elements - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions
22

3-
Visit original link:[203. Remove Linked List Elements - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.blog/en/leetcode/203-remove-linked-list-elements) for a better experience!
3+
Visit original link:[203. Remove Linked List Elements - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.to/en/leetcode/203-remove-linked-list-elements) for a better experience!
44

55
LeetCode link:[203. Remove Linked List Elements](https://leetcode.com/problems/remove-linked-list-elements), difficulty:**Easy**.
66

@@ -266,9 +266,9 @@ end
266266
// Welcome to create a PR to complete the code of this language, thanks!
267267
```
268268

269-
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!
269+
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!
270270

271-
Original link:[203. Remove Linked List Elements - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.blog/en/leetcode/203-remove-linked-list-elements).
271+
Original link:[203. Remove Linked List Elements - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.to/en/leetcode/203-remove-linked-list-elements).
272272

273273
GitHub repository:[leetcode-python-java](https://github.com/leetcode-python-java/leetcode-python-java).
274274

‎en/1-1000/206-reverse-linked-list.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#206. Reverse Linked List - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions
22

3-
Visit original link:[206. Reverse Linked List - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.blog/en/leetcode/206-reverse-linked-list) for a better experience!
3+
Visit original link:[206. Reverse Linked List - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.to/en/leetcode/206-reverse-linked-list) for a better experience!
44

55
LeetCode link:[206. Reverse Linked List](https://leetcode.com/problems/reverse-linked-list), difficulty:**Easy**.
66

@@ -287,9 +287,9 @@ end
287287
// Welcome to create a PR to complete the code of this language, thanks!
288288
```
289289

290-
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!
290+
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!
291291

292-
Original link:[206. Reverse Linked List - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.blog/en/leetcode/206-reverse-linked-list).
292+
Original link:[206. Reverse Linked List - LeetCode Python/Java/C++/JS/C#/Go/Ruby Solutions](https://leetcode.to/en/leetcode/206-reverse-linked-list).
293293

294294
GitHub repository:[leetcode-python-java](https://github.com/leetcode-python-java/leetcode-python-java).
295295

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp