Skip to content

Commit a20babd

Browse files
committed
feat: add biweekly contest 170
1 parent b7efce6 commit a20babd

File tree

35 files changed

+1593
-6
lines changed

35 files changed

+1593
-6
lines changed

solution/0700-0799/0757.Set Intersection Size At Least Two/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ tags:
4545
<strong>输入:</strong>intervals = [[1,3],[1,4],[2,5],[3,5]]
4646
<strong>输出:</strong>3
4747
<strong>解释:</strong>nums = [2, 3, 4].
48-
可以证明不存在元素数量为 2 的包含集合。
48+
可以证明不存在元素数量为 2 的包含集合。
4949
</pre>
5050

5151
<p><strong class="example">示例 3:</strong></p>
@@ -54,7 +54,7 @@ tags:
5454
<strong>输入:</strong>intervals = [[1,2],[2,3],[2,4],[4,5]]
5555
<strong>输出:</strong>5
5656
<strong>解释:</strong>nums = [1, 2, 3, 4, 5].
57-
可以证明不存在元素数量为 4 的包含集合。
57+
可以证明不存在元素数量为 4 的包含集合。
5858
</pre>
5959

6060
<p>&nbsp;</p>

solution/2100-2199/2154.Keep Multiplying Found Values by Two/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tags:
4040
<pre>
4141
<strong>输入:</strong>nums = [5,3,6,1,12], original = 3
4242
<strong>输出:</strong>24
43-
<strong>解释:</strong>
43+
<strong>解释:</strong>
4444
- 3 能在 nums 中找到。3 * 2 = 6 。
4545
- 6 能在 nums 中找到。6 * 2 = 12 。
4646
- 12 能在 nums 中找到。12 * 2 = 24 。

solution/2100-2199/2154.Keep Multiplying Found Values by Two/README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ tags:
3939
<pre>
4040
<strong>Input:</strong> nums = [5,3,6,1,12], original = 3
4141
<strong>Output:</strong> 24
42-
<strong>Explanation:</strong>
42+
<strong>Explanation:</strong>
4343
- 3 is found in nums. 3 is multiplied by 2 to obtain 6.
4444
- 6 is found in nums. 6 is multiplied by 2 to obtain 12.
4545
- 12 is found in nums. 12 is multiplied by 2 to obtain 24.

solution/3700-3799/3745.Maximize Expression of Three Elements/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: 简单
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/3700-3799/3745.Maximize%20Expression%20of%20Three%20Elements/README.md
5+
rating: 1218
6+
source: 第 476 场周赛 Q1
57
---
68

79
<!-- problem:start -->

solution/3700-3799/3745.Maximize Expression of Three Elements/README_EN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: Easy
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/3700-3799/3745.Maximize%20Expression%20of%20Three%20Elements/README_EN.md
5+
rating: 1218
6+
source: Weekly Contest 476 Q1
57
---
68

79
<!-- problem:start -->

solution/3700-3799/3746.Minimum String Length After Balanced Removals/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: 中等
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/3700-3799/3746.Minimum%20String%20Length%20After%20Balanced%20Removals/README.md
5+
rating: 1326
6+
source: 第 476 场周赛 Q2
57
---
68

79
<!-- problem:start -->

solution/3700-3799/3746.Minimum String Length After Balanced Removals/README_EN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: Medium
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/3700-3799/3746.Minimum%20String%20Length%20After%20Balanced%20Removals/README_EN.md
5+
rating: 1326
6+
source: Weekly Contest 476 Q2
57
---
68

79
<!-- problem:start -->

solution/3700-3799/3747.Count Distinct Integers After Removing Zeros/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: 中等
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/3700-3799/3747.Count%20Distinct%20Integers%20After%20Removing%20Zeros/README.md
5+
rating: 1848
6+
source: 第 476 场周赛 Q3
57
---
68

79
<!-- problem:start -->

solution/3700-3799/3747.Count Distinct Integers After Removing Zeros/README_EN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: Medium
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/3700-3799/3747.Count%20Distinct%20Integers%20After%20Removing%20Zeros/README_EN.md
5+
rating: 1848
6+
source: Weekly Contest 476 Q3
57
---
68

79
<!-- problem:start -->

solution/3700-3799/3748.Count Stable Subarrays/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
comments: true
33
difficulty: 困难
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/3700-3799/3748.Count%20Stable%20Subarrays/README.md
5+
rating: 2209
6+
source: 第 476 场周赛 Q4
57
---
68

79
<!-- problem:start -->

0 commit comments

Comments
 (0)