Skip to content

Commit e7ced26

Browse files
authored
chore: update lc problems (#4319)
1 parent 2dcc707 commit e7ced26

File tree

31 files changed

+131
-57
lines changed

31 files changed

+131
-57
lines changed

solution/3400-3499/3482.Analyze Organization Hierarchy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ employee_id 是这张表的唯一主键。
135135

136136
<ul>
137137
<li>结果先以层级升序排序</li>
138-
<li>在同一层级内,员工按预算降序排序,然后按姓名降序排序</li>
138+
<li>在同一层级内,员工按预算降序排序,然后按姓名升序排序</li>
139139
</ul>
140140
</div>
141141

solution/3400-3499/3496.Maximize Score After Pair Deletions/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/3400-3499/3496.Maximize%20Score%20After%20Pair%20Deletions/README.md
5+
tags:
6+
- 贪心
7+
- 数组
58
---
69

710
<!-- problem:start -->

solution/3400-3499/3496.Maximize Score After Pair Deletions/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: Medium
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/3400-3499/3496.Maximize%20Score%20After%20Pair%20Deletions/README_EN.md
5+
tags:
6+
- Greedy
7+
- Array
58
---
69

710
<!-- problem:start -->

solution/3400-3499/3498.Reverse Degree of a String/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/3400-3499/3498.Reverse%20Degree%20of%20a%20String/README.md
5+
tags:
6+
- 字符串
7+
- 模拟
58
---
69

710
<!-- problem:start -->

solution/3400-3499/3498.Reverse Degree of a String/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/3400-3499/3498.Reverse%20Degree%20of%20a%20String/README_EN.md
5+
tags:
6+
- String
7+
- Simulation
58
---
69

710
<!-- problem:start -->

solution/3400-3499/3499.Maximize Active Section with Trade I/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/3400-3499/3499.Maximize%20Active%20Section%20with%20Trade%20I/README.md
5+
tags:
6+
- 字符串
7+
- 枚举
58
---
69

710
<!-- problem:start -->

solution/3400-3499/3499.Maximize Active Section with Trade I/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: Medium
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/3400-3499/3499.Maximize%20Active%20Section%20with%20Trade%20I/README_EN.md
5+
tags:
6+
- String
7+
- Enumeration
58
---
69

710
<!-- problem:start -->

solution/3500-3599/3500.Minimum Cost to Divide Array Into Subarrays/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/3500-3599/3500.Minimum%20Cost%20to%20Divide%20Array%20Into%20Subarrays/README.md
5+
tags:
6+
- 数组
7+
- 动态规划
8+
- 前缀和
59
---
610

711
<!-- problem:start -->

solution/3500-3599/3500.Minimum Cost to Divide Array Into Subarrays/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/3500-3599/3500.Minimum%20Cost%20to%20Divide%20Array%20Into%20Subarrays/README_EN.md
5+
tags:
6+
- Array
7+
- Dynamic Programming
8+
- Prefix Sum
59
---
610

711
<!-- problem:start -->

solution/3500-3599/3501.Maximize Active Section with Trade II/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/3500-3599/3501.Maximize%20Active%20Section%20with%20Trade%20II/README.md
5+
tags:
6+
- 线段树
7+
- 数组
8+
- 字符串
9+
- 二分查找
510
---
611

712
<!-- problem:start -->

0 commit comments

Comments
 (0)