forked from doocs/leetcode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 6aad117
feat: add biweekly contest 124 (doocs#2348)
1 parent c8f62df commit 6aad117
File tree
35 files changed
+1028
-195
lines changed- .github/workflows
- solution
- 0300-0399
- 0333.Largest BST Subtree
- 0373.Find K Pairs with Smallest Sums
- 0600-0699/0629.K Inverse Pairs Array
- 0900-0999/0935.Knight Dialer
- 1000-1099
- 1071.Greatest Common Divisor of Strings
- 1074.Number of Submatrices That Sum to Target
- 1100-1199/1159.Market Analysis II
- 1400-1499/1403.Minimum Subsequence in Non-Increasing Order
- 2100-2199/2149.Rearrange Array Elements by Sign
- 2700-2799/2792.Count Nodes That Are Great Enough
- 2800-2899/2899.Last Visited Integers
- 2900-2999
- 2900.Longest Unequal Adjacent Groups Subsequence I
- 2917.Find the K-or of an Array
- 2991.Top Three Wineries
- 3000-3099
- 3020.Find the Maximum Number of Elements in Subset
- 3025.Find the Number of Ways to Place People I
- 3027.Find the Number of Ways to Place People II
- 3031.Minimum Time to Revert Word to Initial State II
- 3032.Count Numbers With Unique Digits II
- 3037.Find Pattern in Infinite Stream II
- 3038.Maximum Number of Operations With the Same Score I
- 3039.Apply Operations to Make String Empty
- 3040.Maximum Number of Operations With the Same Score II
- 3041.Maximize Consecutive Elements in an Array After Modification
35 files changed
+1028
-195
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 | - | ||
58 | - | ||
59 | - | ||
60 | - | ||
61 | - | ||
62 | - | ||
63 | - | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
63 | + | ||
64 | 64 |
| |
65 | - | ||
66 | - | ||
67 | - | ||
68 | - | ||
69 | - | ||
70 | - | ||
71 | - | ||
65 | + | ||
66 | + | ||
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
Lines changed: 0 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 | - | ||
31 | - | ||
32 | - | ||
33 | - | ||
34 | - | ||
35 | - | ||
36 | - | ||
37 | - | ||
38 | 30 |
| |
39 | 31 |
| |
40 | 32 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | - | ||
9 | + | ||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | - | ||
7 | + | ||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | - | ||
7 | + | ||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 | - | ||
43 | + | ||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 | - | ||
56 | + | ||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 | - | ||
60 | + | ||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 | - | ||
27 | + | ||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 | + | ||
52 | + | ||
53 | + | ||
51 | 54 |
| |
52 | 55 |
| |
53 | 56 |
| |
|
0 commit comments