Skip to content

Commit de4ed82

Browse files
authored
feat: add solutions to lc problem: No.3294 (doocs#3534)
No.3294.Convert Doubly Linked List to Array II
1 parent abe25e2 commit de4ed82

File tree

43 files changed

+622
-23
lines changed

Some content is hidden

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

43 files changed

+622
-23
lines changed

solution/3200-3299/3264.Final Array State After K Multiplication Operations 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/3200-3299/3264.Final%20Array%20State%20After%20K%20Multiplication%20Operations%20I/README.md
5+
rating: 1177
6+
source: 第 412 场周赛 Q1
57
tags:
68
- 数组
79
- 数学

solution/3200-3299/3264.Final Array State After K Multiplication Operations 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/3200-3299/3264.Final%20Array%20State%20After%20K%20Multiplication%20Operations%20I/README_EN.md
5+
rating: 1177
6+
source: Weekly Contest 412 Q1
57
tags:
68
- Array
79
- Math

solution/3200-3299/3265.Count Almost Equal 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/3200-3299/3265.Count%20Almost%20Equal%20Pairs%20I/README.md
5+
rating: 1661
6+
source: 第 412 场周赛 Q2
57
tags:
68
- 数组
79
- 哈希表

solution/3200-3299/3265.Count Almost Equal 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: Medium
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/3200-3299/3265.Count%20Almost%20Equal%20Pairs%20I/README_EN.md
5+
rating: 1661
6+
source: Weekly Contest 412 Q2
57
tags:
68
- Array
79
- Hash Table

solution/3200-3299/3266.Final Array State After K Multiplication Operations 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/3200-3299/3266.Final%20Array%20State%20After%20K%20Multiplication%20Operations%20II/README.md
5+
rating: 2508
6+
source: 第 412 场周赛 Q3
57
tags:
68
- 数组
79
- 模拟

solution/3200-3299/3266.Final Array State After K Multiplication Operations 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: Hard
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/3200-3299/3266.Final%20Array%20State%20After%20K%20Multiplication%20Operations%20II/README_EN.md
5+
rating: 2508
6+
source: Weekly Contest 412 Q3
57
tags:
68
- Array
79
- Simulation

solution/3200-3299/3267.Count Almost Equal Pairs 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/3200-3299/3267.Count%20Almost%20Equal%20Pairs%20II/README.md
5+
rating: 2545
6+
source: 第 412 场周赛 Q4
57
tags:
68
- 数组
79
- 哈希表

solution/3200-3299/3267.Count Almost Equal Pairs 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: Hard
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/3200-3299/3267.Count%20Almost%20Equal%20Pairs%20II/README_EN.md
5+
rating: 2545
6+
source: Weekly Contest 412 Q4
57
tags:
68
- Array
79
- Hash Table

solution/3200-3299/3270.Find the Key of the 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/3200-3299/3270.Find%20the%20Key%20of%20the%20Numbers/README.md
5+
rating: 1205
6+
source: 第 138 场双周赛 Q1
57
tags:
68
- 数学
79
---

solution/3200-3299/3270.Find the Key of the 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: Easy
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/3200-3299/3270.Find%20the%20Key%20of%20the%20Numbers/README_EN.md
5+
rating: 1205
6+
source: Biweekly Contest 138 Q1
57
tags:
68
- Math
79
---

0 commit comments

Comments
 (0)