Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9c63941

Browse files
feat: update lc problems (doocs#3235)
1 parent d3af566 commit 9c63941

File tree

24 files changed

+150
-93
lines changed

24 files changed

+150
-93
lines changed

‎solution/3200-3299/3205.Maximum Array Hopping Score I/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/3200-3299/3205.Maximum%20Array%20Hopping%20Score%20I/README.md
5+
tags:
6+
-
7+
- 数组
8+
- 动态规划
9+
- 单调栈
510
---
611

712
<!-- problem:start -->

‎solution/3200-3299/3205.Maximum Array Hopping Score I/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: Medium
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/3200-3299/3205.Maximum%20Array%20Hopping%20Score%20I/README_EN.md
5+
tags:
6+
- Stack
7+
- Array
8+
- Dynamic Programming
9+
- Monotonic Stack
510
---
611

712
<!-- problem:start -->

‎solution/3200-3299/3206.Alternating Groups 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/3200-3299/3206.Alternating%20Groups%20I/README.md
5+
tags:
6+
- 数组
7+
- 滑动窗口
58
---
69

710
<!-- problem:start -->

‎solution/3200-3299/3206.Alternating Groups 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: Easy
44
edit_url: https://github.com/doocs/leetcode/edit/main/solution/3200-3299/3206.Alternating%20Groups%20I/README_EN.md
5+
tags:
6+
- Array
7+
- Sliding Window
58
---
69

710
<!-- problem:start -->

‎solution/3200-3299/3207.Maximum Points After Enemy Battles/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/3200-3299/3207.Maximum%20Points%20After%20Enemy%20Battles/README.md
5+
tags:
6+
- 贪心
7+
- 数组
58
---
69

710
<!-- problem:start -->

‎solution/3200-3299/3207.Maximum Points After Enemy Battles/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/3200-3299/3207.Maximum%20Points%20After%20Enemy%20Battles/README_EN.md
5+
tags:
6+
- Greedy
7+
- Array
58
---
69

710
<!-- problem:start -->

‎solution/3200-3299/3208.Alternating Groups II/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/3200-3299/3208.Alternating%20Groups%20II/README.md
5+
tags:
6+
- 数组
7+
- 滑动窗口
58
---
69

710
<!-- problem:start -->

‎solution/3200-3299/3208.Alternating Groups II/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/3200-3299/3208.Alternating%20Groups%20II/README_EN.md
5+
tags:
6+
- Array
7+
- Sliding Window
58
---
69

710
<!-- problem:start -->

‎solution/3200-3299/3209.Number of Subarrays With AND Value of 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/3200-3299/3209.Number%20of%20Subarrays%20With%20AND%20Value%20of%20K/README.md
5+
tags:
6+
- 位运算
7+
- 线段树
8+
- 数组
9+
- 二分查找
510
---
611

712
<!-- problem:start -->

‎solution/3200-3299/3209.Number of Subarrays With AND Value of 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/3200-3299/3209.Number%20of%20Subarrays%20With%20AND%20Value%20of%20K/README_EN.md
5+
tags:
6+
- Bit Manipulation
7+
- Segment Tree
8+
- Array
9+
- Binary Search
510
---
611

712
<!-- problem:start -->

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /