forked from doocs/leetcode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 6e301a5
feat: add solutions to lc problems: No.2760~2763 (doocs#1122)
* No.2760.Longest Even Odd Subarray With Threshold
* No.2761.Prime Pairs With Target Sum
* No.2762.Continuous Subarrays
* No.2763.Sum of Imbalance Numbers of All Subarrays1 parent 81e5b16 commit 6e301a5
File tree
31 files changed
+40
-48
lines changed- solution
- 2700-2799
- 2760.Longest Even Odd Subarray With Threshold
- 2761.Prime Pairs With Target Sum
- 2762.Continuous Subarrays
- 2763.Sum of Imbalance Numbers of All Subarrays
31 files changed
+40
-48
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 |
| |
3 | - | ||
3 | + | ||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 |
| |
3 | - | ||
3 | + | ||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 |
| |
3 | - | ||
3 | + | ||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 |
| |
3 | - | ||
3 | + | ||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
0 commit comments