Skip to content

Commit 48ac88d

Browse files
author
lucifer
committed
fix: typo
1 parent c55b0ca commit 48ac88d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

problems/1371.find-the-longest-substring-containing-vowels-in-even-counts.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ s 只包含小写英文字母。
3333
3434
```
3535

36-
<<<<<<< HEAD
37-
3836
## 暴力法 + 剪枝
3937

4038
=======
@@ -203,7 +201,7 @@ class Solution {
203201
- 时间复杂度:$O(n^2)$。
204202
- 空间复杂度:$O(n)$
205203

206-
## 前缀和 + 状态压缩 c
204+
## 前缀和 + 状态压缩
207205

208206
### 思路
209207

0 commit comments

Comments
 (0)