Skip to content

Commit 6966d28

Browse files
authored
feat: add weekly contest 406 (doocs#3272)
1 parent eca2a78 commit 6966d28

File tree

70 files changed

+2174
-1
lines changed

Some content is hidden

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

70 files changed

+2174
-1
lines changed

solution/3100-3199/3184.Count Pairs That Form a Complete Day 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/3100-3199/3184.Count%20Pairs%20That%20Form%20a%20Complete%20Day%20I/README.md
5+
rating: 1149
6+
source: 第 402 场周赛 Q1
57
tags:
68
- 数组
79
- 哈希表

solution/3100-3199/3184.Count Pairs That Form a Complete Day 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/3100-3199/3184.Count%20Pairs%20That%20Form%20a%20Complete%20Day%20I/README_EN.md
5+
rating: 1149
6+
source: Weekly Contest 402 Q1
57
tags:
68
- Array
79
- Hash Table

solution/3100-3199/3185.Count Pairs That Form a Complete Day 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/3100-3199/3185.Count%20Pairs%20That%20Form%20a%20Complete%20Day%20II/README.md
5+
rating: 1385
6+
source: 第 402 场周赛 Q2
57
tags:
68
- 数组
79
- 哈希表

solution/3100-3199/3185.Count Pairs That Form a Complete Day II/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/3100-3199/3185.Count%20Pairs%20That%20Form%20a%20Complete%20Day%20II/README_EN.md
5+
rating: 1385
6+
source: Weekly Contest 402 Q2
57
tags:
68
- Array
79
- Hash Table

solution/3100-3199/3186.Maximum Total Damage With Spell Casting/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/3100-3199/3186.Maximum%20Total%20Damage%20With%20Spell%20Casting/README.md
5+
rating: 1840
6+
source: 第 402 场周赛 Q3
57
tags:
68
- 数组
79
- 哈希表

solution/3100-3199/3186.Maximum Total Damage With Spell Casting/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/3100-3199/3186.Maximum%20Total%20Damage%20With%20Spell%20Casting/README_EN.md
5+
rating: 1840
6+
source: Weekly Contest 402 Q3
57
tags:
68
- Array
79
- Hash Table

solution/3100-3199/3187.Peaks in 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/3100-3199/3187.Peaks%20in%20Array/README.md
5+
rating: 2154
6+
source: 第 402 场周赛 Q4
57
tags:
68
- 树状数组
79
- 线段树

solution/3100-3199/3187.Peaks in 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: Hard
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/3100-3199/3187.Peaks%20in%20Array/README_EN.md
5+
rating: 2154
6+
source: Weekly Contest 402 Q4
57
tags:
68
- Binary Indexed Tree
79
- Segment Tree

solution/3100-3199/3190.Find Minimum Operations to Make All Elements Divisible by Three/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/3100-3199/3190.Find%20Minimum%20Operations%20to%20Make%20All%20Elements%20Divisible%20by%20Three/README.md
5+
rating: 1139
6+
source: 第 133 场双周赛 Q1
57
tags:
68
- 数组
79
- 数学

solution/3100-3199/3190.Find Minimum Operations to Make All Elements Divisible by Three/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/3100-3199/3190.Find%20Minimum%20Operations%20to%20Make%20All%20Elements%20Divisible%20by%20Three/README_EN.md
5+
rating: 1139
6+
source: Biweekly Contest 133 Q1
57
tags:
68
- Array
79
- Math

0 commit comments

Comments
 (0)