Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 29bc1b1

Browse files
feat: add weekly contest (doocs#4753)
1 parent bd03a95 commit 29bc1b1

File tree

35 files changed

+2553
-5
lines changed

35 files changed

+2553
-5
lines changed

‎solution/0600-0699/0611.Valid Triangle Number/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tags:
2929
<pre>
3030
<strong>输入:</strong> nums = [2,2,3,4]
3131
<strong>输出:</strong> 3
32-
<strong>解释:</strong>有效的组合是:
32+
<strong>解释:</strong>有效的组合是:
3333
2,3,4 (使用第一个 2)
3434
2,3,4 (使用第二个 2)
3535
2,2,3

‎solution/0600-0699/0611.Valid Triangle Number/README_EN.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tags:
2828
<pre>
2929
<strong>Input:</strong> nums = [2,2,3,4]
3030
<strong>Output:</strong> 3
31-
<strong>Explanation:</strong> Valid combinations are:
31+
<strong>Explanation:</strong> Valid combinations are:
3232
2,3,4 (using the first 2)
3333
2,3,4 (using the second 2)
3434
2,2,3

‎solution/0900-0999/0976.Largest Perimeter Triangle/README_EN.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tags:
3535
<pre>
3636
<strong>Input:</strong> nums = [1,2,1,10]
3737
<strong>Output:</strong> 0
38-
<strong>Explanation:</strong>
38+
<strong>Explanation:</strong>
3939
You cannot use the side lengths 1, 1, and 2 to form a triangle.
4040
You cannot use the side lengths 1, 1, and 10 to form a triangle.
4141
You cannot use the side lengths 1, 2, and 10 to form a triangle.

‎solution/3600-3699/3688.Bitwise OR of Even Numbers in an Array/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/3600-3699/3688.Bitwise%20OR%20of%20Even%20Numbers%20in%20an%20Array/README.md
5+
rating: 1204
6+
source: 第 468 场周赛 Q1
57
---
68

79
<!-- problem:start -->

‎solution/3600-3699/3688.Bitwise OR of Even Numbers in an Array/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/3600-3699/3688.Bitwise%20OR%20of%20Even%20Numbers%20in%20an%20Array/README_EN.md
5+
rating: 1204
6+
source: Weekly Contest 468 Q1
57
---
68

79
<!-- problem:start -->

‎solution/3600-3699/3689.Maximum Total Subarray Value I/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/3600-3699/3689.Maximum%20Total%20Subarray%20Value%20I/README.md
5+
rating: 1370
6+
source: 第 468 场周赛 Q2
57
---
68

79
<!-- problem:start -->

‎solution/3600-3699/3689.Maximum Total Subarray Value I/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/3600-3699/3689.Maximum%20Total%20Subarray%20Value%20I/README_EN.md
5+
rating: 1370
6+
source: Weekly Contest 468 Q2
57
---
68

79
<!-- problem:start -->

‎solution/3600-3699/3690.Split and Merge Array Transformation/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/3600-3699/3690.Split%20and%20Merge%20Array%20Transformation/README.md
5+
rating: 1982
6+
source: 第 468 场周赛 Q3
57
---
68

79
<!-- problem:start -->

‎solution/3600-3699/3690.Split and Merge Array Transformation/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/3600-3699/3690.Split%20and%20Merge%20Array%20Transformation/README_EN.md
5+
rating: 1982
6+
source: Weekly Contest 468 Q3
57
---
68

79
<!-- problem:start -->

‎solution/3600-3699/3691.Maximum Total Subarray Value II/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/3600-3699/3691.Maximum%20Total%20Subarray%20Value%20II/README.md
5+
rating: 2469
6+
source: 第 468 场周赛 Q4
57
---
68

79
<!-- problem:start -->

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /