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: en/1-1000/1-two-sum.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Originallink:[leetcoder.net - LeetCoder: Fucking Good LeetCode Solutions](https://leetcoder.net/en/leetcode/1-two-sum)
1
+
Visit originallink:[leetcoder.net - LeetCoder: Fucking Good LeetCode Solutions](https://leetcoder.net/en/leetcode/1-two-sum) for a better experience!
2
2
3
3
#1. Two Sum - LeetCoder: Fucking Good LeetCode Solutions
4
4
@@ -20,7 +20,8 @@ You can return the answer in any order.
20
20
21
21
**Explanation**:
22
22
23
-
Because nums[0] + nums[1] == 9, we return[0, 1].
23
+
<p>Because nums[0] + nums[1] == 9, we return [0, 1].</p>
24
+
24
25
25
26
###[Example 2]
26
27
@@ -322,3 +323,6 @@ class Solution:
322
323
// Welcome to create a PR to complete the code of this language, thanks!
323
324
```
324
325
326
+
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!
327
+
328
+
Original link: [leetcoder.net- LeetCoder: Fucking Good LeetCode Solutions](https://leetcoder.net/en/leetcode/1-two-sum).
// Welcome to create a PR to complete the code of this language, thanks!
506
508
```
507
509
510
+
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!
511
+
512
+
Original link: [leetcoder.net- LeetCoder: Fucking Good LeetCode Solutions](https://leetcoder.net/en/leetcode/15-3sum).
Copy file name to clipboardExpand all lines: en/1-1000/160-intersection-of-two-linked-lists.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Originallink:[leetcoder.net - LeetCoder: Fucking Good LeetCode Solutions](https://leetcoder.net/en/leetcode/160-intersection-of-two-linked-lists)
1
+
Visit originallink:[leetcoder.net - LeetCoder: Fucking Good LeetCode Solutions](https://leetcoder.net/en/leetcode/160-intersection-of-two-linked-lists) for a better experience!
2
2
3
3
#160. Intersection of Two Linked Lists - LeetCoder: Fucking Good LeetCode Solutions
// Welcome to create a PR to complete the code of this language, thanks!
494
494
```
495
495
496
+
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!
497
+
498
+
Original link:[leetcoder.net - LeetCoder: Fucking Good LeetCode Solutions](https://leetcoder.net/en/leetcode/160-intersection-of-two-linked-lists).
Copy file name to clipboardExpand all lines: en/1-1000/18-4sum.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Originallink:[leetcoder.net - LeetCoder: Fucking Good LeetCode Solutions](https://leetcoder.net/en/leetcode/18-4sum)
1
+
Visit originallink:[leetcoder.net - LeetCoder: Fucking Good LeetCode Solutions](https://leetcoder.net/en/leetcode/18-4sum) for a better experience!
2
2
3
3
#18. 4Sum - LeetCoder: Fucking Good LeetCode Solutions
4
4
@@ -370,3 +370,6 @@ public class Solution {
370
370
// Welcome to create a PR to complete the code of this language, thanks!
371
371
```
372
372
373
+
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!
374
+
375
+
Original link:[leetcoder.net - LeetCoder: Fucking Good LeetCode Solutions](https://leetcoder.net/en/leetcode/18-4sum).
Copy file name to clipboardExpand all lines: en/1-1000/19-remove-nth-node-from-end-of-list.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Originallink:[leetcoder.net - LeetCoder: Fucking Good LeetCode Solutions](https://leetcoder.net/en/leetcode/19-remove-nth-node-from-end-of-list)
1
+
Visit originallink:[leetcoder.net - LeetCoder: Fucking Good LeetCode Solutions](https://leetcoder.net/en/leetcode/19-remove-nth-node-from-end-of-list) for a better experience!
2
2
3
3
#19. Remove Nth Node From End of List - LeetCoder: Fucking Good LeetCode Solutions
4
4
@@ -382,3 +382,6 @@ end
382
382
// Welcome to create a PR to complete the code of this language, thanks!
383
383
```
384
384
385
+
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!
386
+
387
+
Original link:[leetcoder.net - LeetCoder: Fucking Good LeetCode Solutions](https://leetcoder.net/en/leetcode/19-remove-nth-node-from-end-of-list).
Copy file name to clipboardExpand all lines: en/1-1000/20-valid-parentheses.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Originallink:[leetcoder.net - LeetCoder: Fucking Good LeetCode Solutions](https://leetcoder.net/en/leetcode/20-valid-parentheses)
1
+
Visit originallink:[leetcoder.net - LeetCoder: Fucking Good LeetCode Solutions](https://leetcoder.net/en/leetcode/20-valid-parentheses) for a better experience!
2
2
3
3
#20. Valid Parentheses - LeetCoder: Fucking Good LeetCode Solutions
4
4
@@ -130,3 +130,6 @@ class Solution:
130
130
// Welcome to create a PR to complete the code of this language, thanks!
131
131
```
132
132
133
+
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!
134
+
135
+
Original link:[leetcoder.net - LeetCoder: Fucking Good LeetCode Solutions](https://leetcoder.net/en/leetcode/20-valid-parentheses).
Copy file name to clipboardExpand all lines: en/1-1000/202-happy-number.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Originallink:[leetcoder.net - LeetCoder: Fucking Good LeetCode Solutions](https://leetcoder.net/en/leetcode/202-happy-number)
1
+
Visit originallink:[leetcoder.net - LeetCoder: Fucking Good LeetCode Solutions](https://leetcoder.net/en/leetcode/202-happy-number) for a better experience!
2
2
3
3
#202. Happy Number - LeetCoder: Fucking Good LeetCode Solutions
4
4
@@ -24,10 +24,11 @@ Return `true` if `n` is *a happy number*, and `false` if not.
// Welcome to create a PR to complete the code of this language, thanks!
272
273
```
273
274
275
+
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!
276
+
277
+
Original link:[leetcoder.net - LeetCoder: Fucking Good LeetCode Solutions](https://leetcoder.net/en/leetcode/202-happy-number).
Copy file name to clipboardExpand all lines: en/1-1000/203-remove-linked-list-elements.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Originallink:[leetcoder.net - LeetCoder: Fucking Good LeetCode Solutions](https://leetcoder.net/en/leetcode/203-remove-linked-list-elements)
1
+
Visit originallink:[leetcoder.net - LeetCoder: Fucking Good LeetCode Solutions](https://leetcoder.net/en/leetcode/203-remove-linked-list-elements) for a better experience!
2
2
3
3
#203. Remove Linked List Elements - LeetCoder: Fucking Good LeetCode Solutions
4
4
@@ -266,3 +266,6 @@ end
266
266
// Welcome to create a PR to complete the code of this language, thanks!
267
267
```
268
268
269
+
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!
270
+
271
+
Original link:[leetcoder.net - LeetCoder: Fucking Good LeetCode Solutions](https://leetcoder.net/en/leetcode/203-remove-linked-list-elements).
Copy file name to clipboardExpand all lines: en/1-1000/206-reverse-linked-list.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Originallink:[leetcoder.net - LeetCoder: Fucking Good LeetCode Solutions](https://leetcoder.net/en/leetcode/206-reverse-linked-list)
1
+
Visit originallink:[leetcoder.net - LeetCoder: Fucking Good LeetCode Solutions](https://leetcoder.net/en/leetcode/206-reverse-linked-list) for a better experience!
2
2
3
3
#206. Reverse Linked List - LeetCoder: Fucking Good LeetCode Solutions
4
4
@@ -287,3 +287,6 @@ end
287
287
// Welcome to create a PR to complete the code of this language, thanks!
288
288
```
289
289
290
+
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!
291
+
292
+
Original link:[leetcoder.net - LeetCoder: Fucking Good LeetCode Solutions](https://leetcoder.net/en/leetcode/206-reverse-linked-list).
Copy file name to clipboardExpand all lines: en/1-1000/209-minimum-size-subarray-sum.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Originallink:[leetcoder.net - LeetCoder: Fucking Good LeetCode Solutions](https://leetcoder.net/en/leetcode/209-minimum-size-subarray-sum)
1
+
Visit originallink:[leetcoder.net - LeetCoder: Fucking Good LeetCode Solutions](https://leetcoder.net/en/leetcode/209-minimum-size-subarray-sum) for a better experience!
2
2
3
3
#209. Minimum Size Subarray Sum - LeetCoder: Fucking Good LeetCode Solutions
4
4
@@ -18,7 +18,8 @@ Given an array of positive integers `nums` and a positive integer `target`, retu
18
18
19
19
**Explanation**:
20
20
21
-
The subarray[4,3] has the minimal length under the problem constraint.
21
+
<p>The subarray [4,3] has the minimal length under the problem constraint.</p>
22
+
22
23
23
24
###[Example 2]
24
25
@@ -293,3 +294,6 @@ public:
293
294
// Welcome to create a PR to complete the code of this language, thanks!
294
295
```
295
296
297
+
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!
298
+
299
+
Original link:[leetcoder.net - LeetCoder: Fucking Good LeetCode Solutions](https://leetcoder.net/en/leetcode/209-minimum-size-subarray-sum).