Skip to content

Commit 6388471

Browse files
authored
feat: update lc problems (doocs#3643)
1 parent bf876cb commit 6388471

File tree

58 files changed

+771
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+771
-47
lines changed

solution/3300-3399/3300.Minimum Element After Replacement With Digit Sum/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/3300-3399/3300.Minimum%20Element%20After%20Replacement%20With%20Digit%20Sum/README.md
5+
rating: 1181
6+
source: 第 140 场双周赛 Q1
57
tags:
68
- 数组
79
- 数学

solution/3300-3399/3300.Minimum Element After Replacement With Digit Sum/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/3300-3399/3300.Minimum%20Element%20After%20Replacement%20With%20Digit%20Sum/README_EN.md
5+
rating: 1181
6+
source: Biweekly Contest 140 Q1
57
tags:
68
- Array
79
- Math

solution/3300-3399/3301.Maximize the Total Height of Unique Towers/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/3300-3399/3301.Maximize%20the%20Total%20Height%20of%20Unique%20Towers/README.md
5+
rating: 1448
6+
source: 第 140 场双周赛 Q2
57
tags:
68
- 贪心
79
- 数组

solution/3300-3399/3301.Maximize the Total Height of Unique Towers/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/3300-3399/3301.Maximize%20the%20Total%20Height%20of%20Unique%20Towers/README_EN.md
5+
rating: 1448
6+
source: Biweekly Contest 140 Q2
57
tags:
68
- Greedy
79
- Array

solution/3300-3399/3302.Find the Lexicographically Smallest Valid Sequence/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/3300-3399/3302.Find%20the%20Lexicographically%20Smallest%20Valid%20Sequence/README.md
5+
rating: 2473
6+
source: 第 140 场双周赛 Q3
57
tags:
68
- 贪心
79
- 双指针

solution/3300-3399/3302.Find the Lexicographically Smallest Valid Sequence/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/3300-3399/3302.Find%20the%20Lexicographically%20Smallest%20Valid%20Sequence/README_EN.md
5+
rating: 2473
6+
source: Biweekly Contest 140 Q3
57
tags:
68
- Greedy
79
- Two Pointers

solution/3300-3399/3303.Find the Occurrence of First Almost Equal Substring/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/3300-3399/3303.Find%20the%20Occurrence%20of%20First%20Almost%20Equal%20Substring/README.md
5+
rating: 2509
6+
source: 第 140 场双周赛 Q4
57
tags:
68
- 字符串
79
- 字符串匹配

solution/3300-3399/3303.Find the Occurrence of First Almost Equal Substring/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/3300-3399/3303.Find%20the%20Occurrence%20of%20First%20Almost%20Equal%20Substring/README_EN.md
5+
rating: 2509
6+
source: Biweekly Contest 140 Q4
57
tags:
68
- String
79
- String Matching

solution/3300-3399/3304.Find the K-th Character in String Game 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/3300-3399/3304.Find%20the%20K-th%20Character%20in%20String%20Game%20I/README.md
5+
rating: 1288
6+
source: 第 417 场周赛 Q1
57
tags:
68
- 位运算
79
- 递归

solution/3300-3399/3304.Find the K-th Character in String Game 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: Easy
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/3300-3399/3304.Find%20the%20K-th%20Character%20in%20String%20Game%20I/README_EN.md
5+
rating: 1288
6+
source: Weekly Contest 417 Q1
57
tags:
68
- Bit Manipulation
79
- Recursion

0 commit comments

Comments
 (0)