Skip to content

Commit 52ee638

Browse files
authored
Update 1371.find-the-longest-substring-containing-vowels-in-even-counts.md
1 parent b71bd3c commit 52ee638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

36-
## 暴力法(AC)
36+
## 暴力法 + 剪枝(AC)
3737

3838
### 思路
3939

0 commit comments

Comments
 (0)