Skip to content

Commit 6e301a5

Browse files
authored
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 Subarrays
1 parent 81e5b16 commit 6e301a5

File tree

31 files changed

+40
-48
lines changed

31 files changed

+40
-48
lines changed

solution/6900-6999/6909.Longest Even Odd Subarray With Threshold/README.md renamed to solution/2700-2799/2760.Longest Even Odd Subarray With Threshold/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# [6909. 最长奇偶子数组](https://leetcode.cn/problems/longest-even-odd-subarray-with-threshold)
1+
# [2760. 最长奇偶子数组](https://leetcode.cn/problems/longest-even-odd-subarray-with-threshold)
22

3-
[English Version](/solution/6900-6999/6909.Longest%20Even%20Odd%20Subarray%20With%20Threshold/README_EN.md)
3+
[English Version](/solution/2700-2799/2760.Longest%20Even%20Odd%20Subarray%20With%20Threshold/README_EN.md)
44

55
## 题目描述
66

solution/6900-6999/6909.Longest Even Odd Subarray With Threshold/README_EN.md renamed to solution/2700-2799/2760.Longest Even Odd Subarray With Threshold/README_EN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# [6909. Longest Even Odd Subarray With Threshold](https://leetcode.com/problems/longest-even-odd-subarray-with-threshold)
1+
# [2760. Longest Even Odd Subarray With Threshold](https://leetcode.com/problems/longest-even-odd-subarray-with-threshold)
22

3-
[中文文档](/solution/6900-6999/6909.Longest%20Even%20Odd%20Subarray%20With%20Threshold/README.md)
3+
[中文文档](/solution/2700-2799/2760.Longest%20Even%20Odd%20Subarray%20With%20Threshold/README.md)
44

55
## Description
66

solution/6900-6999/6916.Prime Pairs With Target Sum/README.md renamed to solution/2700-2799/2761.Prime Pairs With Target Sum/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# [6916. 和等于目标值的质数对](https://leetcode.cn/problems/prime-pairs-with-target-sum)
1+
# [2761. 和等于目标值的质数对](https://leetcode.cn/problems/prime-pairs-with-target-sum)
22

3-
[English Version](/solution/6900-6999/6916.Prime%20Pairs%20With%20Target%20Sum/README_EN.md)
3+
[English Version](/solution/2700-2799/2761.Prime%20Pairs%20With%20Target%20Sum/README_EN.md)
44

55
## 题目描述
66

solution/6900-6999/6916.Prime Pairs With Target Sum/README_EN.md renamed to solution/2700-2799/2761.Prime Pairs With Target Sum/README_EN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# [6916. Prime Pairs With Target Sum](https://leetcode.com/problems/prime-pairs-with-target-sum)
1+
# [2761. Prime Pairs With Target Sum](https://leetcode.com/problems/prime-pairs-with-target-sum)
22

3-
[中文文档](/solution/6900-6999/6916.Prime%20Pairs%20With%20Target%20Sum/README.md)
3+
[中文文档](/solution/2700-2799/2761.Prime%20Pairs%20With%20Target%20Sum/README.md)
44

55
## Description
66

0 commit comments

Comments
 (0)