Skip to content

Commit 5999368

Browse files
committed
feat: update lc problems
1 parent 46253d3 commit 5999368

File tree

51 files changed

+452
-0
lines changed

Some content is hidden

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

51 files changed

+452
-0
lines changed

solution/3100-3199/3158.Find the XOR of Numbers Which Appear Twice/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/3158.Find%20the%20XOR%20of%20Numbers%20Which%20Appear%20Twice/README.md
5+
rating: 1172
6+
source: 第 131 场双周赛 Q1
57
tags:
68
- 位运算
79
- 数组

solution/3100-3199/3158.Find the XOR of Numbers Which Appear Twice/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/3158.Find%20the%20XOR%20of%20Numbers%20Which%20Appear%20Twice/README_EN.md
5+
rating: 1172
6+
source: Biweekly Contest 131 Q1
57
tags:
68
- Bit Manipulation
79
- Array

solution/3100-3199/3159.Find Occurrences of an Element 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/3100-3199/3159.Find%20Occurrences%20of%20an%20Element%20in%20an%20Array/README.md
5+
rating: 1262
6+
source: 第 131 场双周赛 Q2
57
tags:
68
- 数组
79
- 哈希表

solution/3100-3199/3159.Find Occurrences of an Element 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: Medium
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/3100-3199/3159.Find%20Occurrences%20of%20an%20Element%20in%20an%20Array/README_EN.md
5+
rating: 1262
6+
source: Biweekly Contest 131 Q2
57
tags:
68
- Array
79
- Hash Table

solution/3100-3199/3160.Find the Number of Distinct Colors Among the Balls/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/3160.Find%20the%20Number%20of%20Distinct%20Colors%20Among%20the%20Balls/README.md
5+
rating: 1517
6+
source: 第 131 场双周赛 Q3
57
tags:
68
- 数组
79
- 哈希表

solution/3100-3199/3160.Find the Number of Distinct Colors Among the Balls/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/3160.Find%20the%20Number%20of%20Distinct%20Colors%20Among%20the%20Balls/README_EN.md
5+
rating: 1517
6+
source: Biweekly Contest 131 Q3
57
tags:
68
- Array
79
- Hash Table

solution/3100-3199/3161.Block Placement Queries/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/3161.Block%20Placement%20Queries/README.md
5+
rating: 2513
6+
source: 第 131 场双周赛 Q4
57
tags:
68
- 树状数组
79
- 线段树

solution/3100-3199/3161.Block Placement Queries/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/3161.Block%20Placement%20Queries/README_EN.md
5+
rating: 2513
6+
source: Biweekly Contest 131 Q4
57
tags:
68
- Binary Indexed Tree
79
- Segment Tree

solution/3100-3199/3162.Find the Number of Good Pairs 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/3162.Find%20the%20Number%20of%20Good%20Pairs%20I/README.md
5+
rating: 1168
6+
source: 第 399 场周赛 Q1
57
tags:
68
- 数组
79
- 哈希表

solution/3100-3199/3162.Find the Number of Good Pairs 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/3162.Find%20the%20Number%20of%20Good%20Pairs%20I/README_EN.md
5+
rating: 1168
6+
source: Weekly Contest 399 Q1
57
tags:
68
- Array
79
- Hash Table

0 commit comments

Comments
 (0)