Skip to content

Commit c207c4d

Browse files
authored
feat: update lc problems (doocs#3832)
1 parent c36cf13 commit c207c4d

File tree

32 files changed

+412
-34
lines changed

32 files changed

+412
-34
lines changed

solution/3300-3399/3359.Find Sorted Submatrices With Maximum Element at Most K/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
comments: true
33
difficulty: 困难
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/3300-3399/3359.Find%20Sorted%20Submatrices%20With%20Maximum%20Element%20at%20Most%20K/README.md
5+
tags:
6+
-
7+
- 数组
8+
- 矩阵
9+
- 单调栈
510
---
611

712
<!-- problem:start -->

solution/3300-3399/3359.Find Sorted Submatrices With Maximum Element at Most K/README_EN.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
comments: true
33
difficulty: Hard
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/3300-3399/3359.Find%20Sorted%20Submatrices%20With%20Maximum%20Element%20at%20Most%20K/README_EN.md
5+
tags:
6+
- Stack
7+
- Array
8+
- Matrix
9+
- Monotonic Stack
510
---
611

712
<!-- problem:start -->

solution/3300-3399/3360.Stone Removal Game/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
comments: true
33
difficulty: 简单
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/3300-3399/3360.Stone%20Removal%20Game/README.md
5+
tags:
6+
- 数学
7+
- 模拟
58
---
69

710
<!-- problem:start -->

solution/3300-3399/3360.Stone Removal Game/README_EN.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
comments: true
33
difficulty: Easy
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/3300-3399/3360.Stone%20Removal%20Game/README_EN.md
5+
tags:
6+
- Math
7+
- Simulation
58
---
69

710
<!-- problem:start -->

solution/3300-3399/3361.Shift Distance Between Two Strings/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
comments: true
33
difficulty: 中等
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/3300-3399/3361.Shift%20Distance%20Between%20Two%20Strings/README.md
5+
tags:
6+
- 数组
7+
- 字符串
8+
- 前缀和
59
---
610

711
<!-- problem:start -->

solution/3300-3399/3361.Shift Distance Between Two Strings/README_EN.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
comments: true
33
difficulty: Medium
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/3300-3399/3361.Shift%20Distance%20Between%20Two%20Strings/README_EN.md
5+
tags:
6+
- Array
7+
- String
8+
- Prefix Sum
59
---
610

711
<!-- problem:start -->

solution/3300-3399/3362.Zero Array Transformation III/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
comments: true
33
difficulty: 中等
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/3300-3399/3362.Zero%20Array%20Transformation%20III/README.md
5+
tags:
6+
- 贪心
7+
- 数组
8+
- 前缀和
9+
- 排序
10+
- 堆(优先队列)
511
---
612

713
<!-- problem:start -->

solution/3300-3399/3362.Zero Array Transformation III/README_EN.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
comments: true
33
difficulty: Medium
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/3300-3399/3362.Zero%20Array%20Transformation%20III/README_EN.md
5+
tags:
6+
- Greedy
7+
- Array
8+
- Prefix Sum
9+
- Sorting
10+
- Heap (Priority Queue)
511
---
612

713
<!-- problem:start -->

solution/3300-3399/3363.Find the Maximum Number of Fruits Collected/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
comments: true
33
difficulty: 困难
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/3300-3399/3363.Find%20the%20Maximum%20Number%20of%20Fruits%20Collected/README.md
5+
tags:
6+
- 数组
7+
- 动态规划
8+
- 矩阵
59
---
610

711
<!-- problem:start -->

solution/3300-3399/3363.Find the Maximum Number of Fruits Collected/README_EN.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
comments: true
33
difficulty: Hard
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/3300-3399/3363.Find%20the%20Maximum%20Number%20of%20Fruits%20Collected/README_EN.md
5+
tags:
6+
- Array
7+
- Dynamic Programming
8+
- Matrix
59
---
610

711
<!-- problem:start -->

0 commit comments

Comments
 (0)