Skip to content

Commit ddc53e0

Browse files
authored
feat: add new lc problems (#4718)
1 parent 07894d3 commit ddc53e0

File tree

31 files changed

+1485
-4
lines changed

31 files changed

+1485
-4
lines changed

solution/3600-3699/3673.Find Zombie Sessions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tags:
2020

2121
<pre>
2222
+------------------+----------+
23-
| Column Name | Type |
23+
| Column Name | Type |
2424
+------------------+----------+
2525
| event_id | int |
2626
| user_id | int |

solution/3600-3699/3673.Find Zombie Sessions/README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tags:
2020

2121
<pre>
2222
+------------------+----------+
23-
| Column Name | Type |
23+
| Column Name | Type |
2424
+------------------+----------+
2525
| event_id | int |
2626
| user_id | int |

solution/3600-3699/3674.Minimum Operations to Equalize 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/3674.Minimum%20Operations%20to%20Equalize%20Array/README.md
5+
rating: 1369
6+
source: 第 466 场周赛 Q1
57
---
68

79
<!-- problem:start -->

solution/3600-3699/3674.Minimum Operations to Equalize 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/3674.Minimum%20Operations%20to%20Equalize%20Array/README_EN.md
5+
rating: 1369
6+
source: Weekly Contest 466 Q1
57
---
68

79
<!-- problem:start -->

solution/3600-3699/3675.Minimum Operations to Transform String/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/3675.Minimum%20Operations%20to%20Transform%20String/README.md
5+
rating: 1414
6+
source: 第 466 场周赛 Q2
57
---
68

79
<!-- problem:start -->

solution/3600-3699/3675.Minimum Operations to Transform String/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/3675.Minimum%20Operations%20to%20Transform%20String/README_EN.md
5+
rating: 1414
6+
source: Weekly Contest 466 Q2
57
---
68

79
<!-- problem:start -->

solution/3600-3699/3676.Count Bowl 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/3600-3699/3676.Count%20Bowl%20Subarrays/README.md
5+
rating: 1847
6+
source: 第 466 场周赛 Q3
57
---
68

79
<!-- problem:start -->

solution/3600-3699/3676.Count Bowl Subarrays/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/3676.Count%20Bowl%20Subarrays/README_EN.md
5+
rating: 1847
6+
source: Weekly Contest 466 Q3
57
---
68

79
<!-- problem:start -->

solution/3600-3699/3677.Count Binary Palindromic Numbers/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/3677.Count%20Binary%20Palindromic%20Numbers/README.md
5+
rating: 2222
6+
source: 第 466 场周赛 Q4
57
---
68

79
<!-- problem:start -->

solution/3600-3699/3677.Count Binary Palindromic Numbers/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: Hard
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/3600-3699/3677.Count%20Binary%20Palindromic%20Numbers/README_EN.md
5+
rating: 2222
6+
source: Weekly Contest 466 Q4
57
---
68

79
<!-- problem:start -->

0 commit comments

Comments
 (0)